#204C2D

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

Shades of Kaitoke Green #204C2D

Tints of Kaitoke Green #204C2D

Color information

#204C2D (or 0x204C2D) is unknown color: approx Kaitoke Green. HEX triplet: 20, 4C and 2D. RGB value is (32,76,45). Sum of RGB (Red+Green+Blue) = 32+76+45=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #204C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204C2D is #DFB3D2. Grayscale: #3B3B3B. Windows color (decimal): -14660563 or 2968608. OLE color: 2968608.

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

Color convert

RGB327645-
CMYK0.5800.410.70
HSL137.73º40.74%21.18%-
HSV(B)137.73º57.89%29.8%-
XYZ3.655.673.38-
YUV59.31119.92108.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.92%
GREEN value IS 76 (30.08% from 255) = 49.67%
BLUE value IS 45 (17.97% from 255) = 29.41%
R=20.92%
G=49.67%
B=29.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3276450.5800.410.70137.7340.7421.18
Hex204C2D3A029468a2915
Octal4011455720511062125125
Binary1000001001100101101111010010100110001101000101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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