#204E2E

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

Shades of Kaitoke Green #204E2E

Tints of Kaitoke Green #204E2E

Color information

#204E2E (or 0x204E2E) is unknown color: approx Kaitoke Green. HEX triplet: 20, 4E and 2E. RGB value is (32,78,46). Sum of RGB (Red+Green+Blue) = 32+78+46=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 78 (30.86% from 255 or 50% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 78 - color contains mainly: green. Hex color #204E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204E2E is #DFB1D1. Grayscale: #3C3C3C. Windows color (decimal): -14660050 or 3034656. OLE color: 3034656.

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

Color convert

RGB327846-
CMYK0.5900.410.69
HSL138.26º41.82%21.57%-
HSV(B)138.26º58.97%30.59%-
XYZ3.815.953.53-
YUV60.6119.76107.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.51%
GREEN value IS 78 (30.86% from 255) = 50%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=20.51%
G=50%
B=29.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3278460.5900.410.69138.2641.8221.57
Hex204E2E3B029458a2a16
Octal4011656730511052125226
Binary1000001001110101110111011010100110001011000101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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