#204F33

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

Shades of Kaitoke Green #204F33

Tints of Kaitoke Green #204F33

Color information

#204F33 (or 0x204F33) is unknown color: approx Kaitoke Green. HEX triplet: 20, 4F and 33. RGB value is (32,79,51). Sum of RGB (Red+Green+Blue) = 32+79+51=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #204F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204F33 is #DFB0CC. Grayscale: #3D3D3D. Windows color (decimal): -14659789 or 3362592. OLE color: 3362592.

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

Color convert

RGB327951-
CMYK0.5900.350.69
HSL144.26º42.34%21.76%-
HSV(B)144.26º59.49%30.98%-
XYZ3.996.144.11-
YUV61.76121.93106.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.75%
GREEN value IS 79 (31.25% from 255) = 48.77%
BLUE value IS 51 (20.31% from 255) = 31.48%
R=19.75%
G=48.77%
B=31.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3279510.5900.350.69144.2642.3421.76
Hex204F333B02345902a16
Octal4011763730431052205226
Binary1000001001111110011111011010001110001011001000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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