#29533E

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

Shades of Kaitoke Green #29533E

Tints of Kaitoke Green #29533E

Color information

#29533E (or 0x29533E) is unknown color: approx Kaitoke Green. HEX triplet: 29, 53 and 3E. RGB value is (41,83,62). Sum of RGB (Red+Green+Blue) = 41+83+62=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #29533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29533E is #D6ACC1. Grayscale: #444444. Windows color (decimal): -14068930 or 4084521. OLE color: 4084521.

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

Color convert

RGB418362-
CMYK0.5100.250.67
HSL150º33.87%24.31%-
HSV(B)150º50.6%32.55%-
XYZ4.887.015.65-
YUV68.05124.59108.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 83 (32.81% from 255) = 44.62%
BLUE value IS 62 (24.61% from 255) = 33.33%
R=22.04%
G=44.62%
B=33.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183620.5100.250.6715033.8724.31
Hex29533E3301943962218
Octal5112376630311032264230
Binary101001101001111111011001101100110000111001011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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