#204D28

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

Shades of Kaitoke Green #204D28

Tints of Kaitoke Green #204D28

Color information

#204D28 (or 0x204D28) is unknown color: approx Kaitoke Green. HEX triplet: 20, 4D and 28. RGB value is (32,77,40). Sum of RGB (Red+Green+Blue) = 32+77+40=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #204D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204D28 is #DFB2D7. Grayscale: #3B3B3B. Windows color (decimal): -14660312 or 2641184. OLE color: 2641184.

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

Color convert

RGB327740-
CMYK0.5800.480.70
HSL130.67º41.28%21.37%-
HSV(B)130.67º58.44%30.2%-
XYZ3.635.772.93-
YUV59.33117.09108.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.48%
GREEN value IS 77 (30.47% from 255) = 51.68%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=21.48%
G=51.68%
B=26.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3277400.5800.480.70130.6741.2821.37
Hex204D283A03046832915
Octal4011550720601062035125
Binary1000001001101101000111010011000010001101000001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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