#29513C

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

Shades of Kaitoke Green #29513C

Tints of Kaitoke Green #29513C

Color information

#29513C (or 0x29513C) is unknown color: approx Kaitoke Green. HEX triplet: 29, 51 and 3C. RGB value is (41,81,60). Sum of RGB (Red+Green+Blue) = 41+81+60=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #29513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29513C is #D6AEC3. Grayscale: #424242. Windows color (decimal): -14069444 or 3952937. OLE color: 3952937.

HSL color Cylindrical-coordinate representation of color #29513C: hue angle of 148.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 #29513C is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB418160-
CMYK0.4900.260.68
HSL148.5º32.79%23.92%-
HSV(B)148.5º49.38%31.76%-
XYZ4.676.685.32-
YUV66.65124.25109.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 60 (23.83% from 255) = 32.97%
R=22.53%
G=44.51%
B=32.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4181600.4900.260.68148.532.7923.92
Hex29513C3101A44942118
Octal5112174610321042244130
Binary101001101000111110011000101101010001001001010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29513C; }

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

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

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

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

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

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

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

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