#204D2F

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

Shades of Kaitoke Green #204D2F

Tints of Kaitoke Green #204D2F

Color information

#204D2F (or 0x204D2F) is unknown color: approx Kaitoke Green. HEX triplet: 20, 4D and 2F. RGB value is (32,77,47). Sum of RGB (Red+Green+Blue) = 32+77+47=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #204D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204D2F is #DFB2D0. Grayscale: #3C3C3C. Windows color (decimal): -14660305 or 3099936. OLE color: 3099936.

HSL color Cylindrical-coordinate representation of color #204D2F: hue angle of 140º 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 #204D2F is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB327747-
CMYK0.5800.390.70
HSL140º41.28%21.37%-
HSV(B)140º58.44%30.2%-
XYZ3.765.823.61-
YUV60.12120.59107.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.51%
GREEN value IS 77 (30.47% from 255) = 49.36%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=20.51%
G=49.36%
B=30.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3277470.5800.390.7014041.2821.37
Hex204D2F3A027468c2915
Octal4011557720471062145125
Binary1000001001101101111111010010011110001101000110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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