#29553b

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

Shades of Kaitoke Green #29553B

Tints of Kaitoke Green #29553B

Color information

#29553B (or 0x29553B) is unknown color: approx Kaitoke Green. HEX triplet: 29, 55 and 3B. RGB value is (41,85,59). Sum of RGB (Red+Green+Blue) = 41+85+59=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #29553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29553B is #D6AAC4. Grayscale: #444444. Windows color (decimal): -14068421 or 3888425. OLE color: 3888425.

HSL color Cylindrical-coordinate representation of color #29553B: hue angle of 144.55º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29553B is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB418559-
CMYK0.5200.310.67
HSL144.55º34.92%24.71%-
HSV(B)144.55º51.76%33.33%-
XYZ4.957.285.28-
YUV68.88122.42108.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=22.16%
G=45.95%
B=31.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185590.5200.310.67144.5534.9224.71
Hex29553B3401F43912319
Octal5112573640371032214331
Binary101001101010111101111010001111110000111001000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29553b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29553b; }

 p { color: rgb(41,85,59); }

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

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

 a { background-color: rgb(41,85,59); }

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

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

 span { border-color: rgb(41,85,59); }

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