#204E2F

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

Shades of Kaitoke Green #204E2F

Tints of Kaitoke Green #204E2F

Color information

#204E2F (or 0x204E2F) is unknown color: approx Kaitoke Green. HEX triplet: 20, 4E and 2F. RGB value is (32,78,47). Sum of RGB (Red+Green+Blue) = 32+78+47=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #204E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204E2F is #DFB1D0. Grayscale: #3C3C3C. Windows color (decimal): -14660049 or 3100192. OLE color: 3100192.

HSL color Cylindrical-coordinate representation of color #204E2F: hue angle of 139.57º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #204E2F is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB327847-
CMYK0.5900.400.69
HSL139.57º41.82%21.57%-
HSV(B)139.57º58.97%30.59%-
XYZ3.835.963.64-
YUV60.71120.26107.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 78 (30.86% from 255) = 49.68%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=20.38%
G=49.68%
B=29.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3278470.5900.400.69139.5741.8221.57
Hex204E2F3B028458c2a16
Octal4011657730501052145226
Binary1000001001110101111111011010100010001011000110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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