#204C31

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

Shades of Kaitoke Green #204C31

Tints of Kaitoke Green #204C31

Color information

#204C31 (or 0x204C31) is unknown color: approx Kaitoke Green. HEX triplet: 20, 4C and 31. RGB value is (32,76,49). Sum of RGB (Red+Green+Blue) = 32+76+49=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #204C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204C31 is #DFB3CE. Grayscale: #3B3B3B. Windows color (decimal): -14660559 or 3230752. OLE color: 3230752.

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

Color convert

RGB327649-
CMYK0.5800.360.70
HSL143.18º40.74%21.18%-
HSV(B)143.18º57.89%29.8%-
XYZ3.735.73.81-
YUV59.77121.92108.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 76 (30.08% from 255) = 48.41%
BLUE value IS 49 (19.53% from 255) = 31.21%
R=20.38%
G=48.41%
B=31.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3276490.5800.360.70143.1840.7421.18
Hex204C313A024468f2915
Octal4011461720441062175125
Binary1000001001100110001111010010010010001101000111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,76,49); }

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

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

 a { background-color: rgb(32,76,49); }

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

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

 span { border-color: rgb(32,76,49); }

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