#204F2F

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

Shades of Kaitoke Green #204F2F

Tints of Kaitoke Green #204F2F

Color information

#204F2F (or 0x204F2F) is unknown color: approx Kaitoke Green. HEX triplet: 20, 4F and 2F. RGB value is (32,79,47). Sum of RGB (Red+Green+Blue) = 32+79+47=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #204F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204F2F is #DFB0D0. Grayscale: #3D3D3D. Windows color (decimal): -14659793 or 3100448. OLE color: 3100448.

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

Color convert

RGB327947-
CMYK0.5900.410.69
HSL139.15º42.34%21.76%-
HSV(B)139.15º59.49%30.98%-
XYZ3.96.13.66-
YUV61.3119.93107.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.25%
GREEN value IS 79 (31.25% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=20.25%
G=50%
B=29.75%

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
Decimal3279470.5900.410.69139.1542.3421.76
Hex204F2F3B029458b2a16
Octal4011757730511052135226
Binary1000001001111101111111011010100110001011000101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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