#204D29

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

Shades of Kaitoke Green #204D29

Tints of Kaitoke Green #204D29

Color information

#204D29 (or 0x204D29) is unknown color: approx Kaitoke Green. HEX triplet: 20, 4D and 29. RGB value is (32,77,41). Sum of RGB (Red+Green+Blue) = 32+77+41=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 77 (30.47% from 255 or 51.33% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 77 - color contains mainly: green. Hex color #204D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204D29 is #DFB2D6. Grayscale: #3B3B3B. Windows color (decimal): -14660311 or 2706720. OLE color: 2706720.

HSL color Cylindrical-coordinate representation of color #204D29: hue angle of 132º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #204D29 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB327741-
CMYK0.5800.470.70
HSL132º41.28%21.37%-
HSV(B)132º58.44%30.2%-
XYZ3.655.773.02-
YUV59.44117.59108.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.33%
GREEN value IS 77 (30.47% from 255) = 51.33%
BLUE value IS 41 (16.41% from 255) = 27.33%
R=21.33%
G=51.33%
B=27.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3277410.5800.470.7013241.2821.37
Hex204D293A02F46842915
Octal4011551720571062045125
Binary1000001001101101001111010010111110001101000010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204D29; }

 p { color: rgb(32,77,41); }

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

<style>
 a { background-color: #204D29; }

 a { background-color: rgb(32,77,41); }

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

<style>
 span { border-color: #204D29; }

 span { border-color: rgb(32,77,41); }

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