#205028

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

Shades of Kaitoke Green #205028

Tints of Kaitoke Green #205028

Color information

#205028 (or 0x205028) is unknown color: approx Kaitoke Green. HEX triplet: 20, 50 and 28. RGB value is (32,80,40). Sum of RGB (Red+Green+Blue) = 32+80+40=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #205028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205028 is #DFAFD7. Grayscale: #3D3D3D. Windows color (decimal): -14659544 or 2641952. OLE color: 2641952.

HSL color Cylindrical-coordinate representation of color #205028: hue angle of 130º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #205028 is Cyan = 0.60, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB328040-
CMYK0.6000.50.69
HSL130º42.86%21.96%-
HSV(B)130º60%31.37%-
XYZ3.856.23-
YUV61.09116.1107.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.05%
GREEN value IS 80 (31.64% from 255) = 52.63%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=21.05%
G=52.63%
B=26.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3280400.6000.50.6913042.8621.96
Hex2050283C03245822b16
Octal4012050740621052025326
Binary1000001010000101000111100011001010001011000001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205028; }

 p { color: rgb(32,80,40); }

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

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

 a { background-color: rgb(32,80,40); }

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

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

 span { border-color: rgb(32,80,40); }

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