#205429

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

Shades of Kaitoke Green #205429

Tints of Kaitoke Green #205429

Color information

#205429 (or 0x205429) is unknown color: approx Kaitoke Green. HEX triplet: 20, 54 and 29. RGB value is (32,84,41). Sum of RGB (Red+Green+Blue) = 32+84+41=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #205429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205429 is #DFABD6. Grayscale: #3F3F3F. Windows color (decimal): -14658519 or 2708512. OLE color: 2708512.

HSL color Cylindrical-coordinate representation of color #205429: hue angle of 130.38º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #205429 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB328441-
CMYK0.6200.510.67
HSL130.38º44.83%22.75%-
HSV(B)130.38º61.9%32.94%-
XYZ4.176.813.19-
YUV63.55115.27105.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=20.38%
G=53.50%
B=26.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3284410.6200.510.67130.3844.8322.75
Hex2054293E03343822d17
Octal4012451760631032025527
Binary1000001010100101001111110011001110000111000001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205429; }

 p { color: rgb(32,84,41); }

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

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

 a { background-color: rgb(32,84,41); }

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

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

 span { border-color: rgb(32,84,41); }

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