#295140

Color #295140 Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #295140

Tints of Te Papa Green #295140

Color information

#295140 (or 0x295140) is unknown color: approx Te Papa Green. HEX triplet: 29, 51 and 40. RGB value is (41,81,64). Sum of RGB (Red+Green+Blue) = 41+81+64=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #295140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295140 is #D6AEBF. Grayscale: #434343. Windows color (decimal): -14069440 or 4215081. OLE color: 4215081.

HSL color Cylindrical-coordinate representation of color #295140: hue angle of 154.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #295140 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB418164-
CMYK0.4900.210.68
HSL154.5º32.79%23.92%-
HSV(B)154.5º49.38%31.76%-
XYZ4.786.735.9-
YUV67.1126.25109.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=22.04%
G=43.55%
B=34.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4181640.4900.210.68154.532.7923.92
Hex29514031015449a2118
Octal51121100610251042324130
Binary1010011010001100000011000101010110001001001101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295140; }

 p { color: rgb(41,81,64); }

 H1.HeaderClassName
 {
   color: #295140;
 }
 .AnyTagClassName
 {
   color: #295140;
 }
</style>
background-color css

<style>
 a { background-color: #295140; }

 a { background-color: rgb(41,81,64); }

 div.DivClassName
 {
   background-color: #295140;
 }
 .BgClassName
 {
   background-color: #295140;
 }
</style>
border-color css

<style>
 span { border-color: #295140; }

 span { border-color: rgb(41,81,64); }

 td.TdClassName
 {
   border-color: #295140;
 }
 .TagClassName
 {
   border-color: #295140;
 }
</style>