#29543E

Color #29543E Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #29543E

Tints of Kaitoke Green #29543E

Color information

#29543E (or 0x29543E) is unknown color: approx Kaitoke Green. HEX triplet: 29, 54 and 3E. RGB value is (41,84,62). Sum of RGB (Red+Green+Blue) = 41+84+62=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #29543E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29543E is #D6ABC1. Grayscale: #444444. Windows color (decimal): -14068674 or 4084777. OLE color: 4084777.

HSL color Cylindrical-coordinate representation of color #29543E: hue angle of 149.3º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29543E is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB418462-
CMYK0.5100.260.67
HSL149.3º34.4%24.51%-
HSV(B)149.3º51.19%32.94%-
XYZ4.957.165.68-
YUV68.64124.25108.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=21.93%
G=44.92%
B=33.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4184620.5100.260.67149.334.424.51
Hex29543E3301A43952219
Octal5112476630321032254231
Binary101001101010011111011001101101010000111001010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29543E; }

 p { color: rgb(41,84,62); }

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

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

 a { background-color: rgb(41,84,62); }

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

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

 span { border-color: rgb(41,84,62); }

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