#205A31

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

Shades of Kaitoke Green #205A31

Tints of Kaitoke Green #205A31

Color information

#205A31 (or 0x205A31) is unknown color: approx Kaitoke Green. HEX triplet: 20, 5A and 31. RGB value is (32,90,49). Sum of RGB (Red+Green+Blue) = 32+90+49=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #205A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A31 is #DFA5CE. Grayscale: #444444. Windows color (decimal): -14656975 or 3234336. OLE color: 3234336.

HSL color Cylindrical-coordinate representation of color #205A31: hue angle of 137.59º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A31 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB329049-
CMYK0.6400.460.65
HSL137.59º47.54%23.92%-
HSV(B)137.59º64.44%35.29%-
XYZ4.817.844.17-
YUV67.98117.28102.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.71%
GREEN value IS 90 (35.55% from 255) = 52.63%
BLUE value IS 49 (19.53% from 255) = 28.65%
R=18.71%
G=52.63%
B=28.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3290490.6400.460.65137.5947.5423.92
Hex205A314002E418a3018
Octal40132611000561012126030
Binary10000010110101100011000000010111010000011000101011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205A31; }

 p { color: rgb(32,90,49); }

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

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

 a { background-color: rgb(32,90,49); }

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

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

 span { border-color: rgb(32,90,49); }

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