#29523B

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

Shades of Kaitoke Green #29523B

Tints of Kaitoke Green #29523B

Color information

#29523B (or 0x29523B) is unknown color: approx Kaitoke Green. HEX triplet: 29, 52 and 3B. RGB value is (41,82,59). Sum of RGB (Red+Green+Blue) = 41+82+59=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #29523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29523B is #D6ADC4. Grayscale: #434343. Windows color (decimal): -14069189 or 3887657. OLE color: 3887657.

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

Color convert

RGB418259-
CMYK0.5000.280.68
HSL146.34º33.33%24.12%-
HSV(B)146.34º50%32.16%-
XYZ4.726.825.21-
YUV67.12123.42109.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 59 (23.44% from 255) = 32.42%
R=22.53%
G=45.05%
B=32.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182590.5000.280.68146.3433.3324.12
Hex29523B3201C44922118
Octal5112273620341042224130
Binary101001101001011101111001001110010001001001001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29523B; }

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

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

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

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

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

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

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

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