#205D35

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

Shades of Kaitoke Green #205D35

Tints of Kaitoke Green #205D35

Color information

#205D35 (or 0x205D35) is unknown color: approx Kaitoke Green. HEX triplet: 20, 5D and 35. RGB value is (32,93,53). Sum of RGB (Red+Green+Blue) = 32+93+53=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #205D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D35 is #DFA2CA. Grayscale: #464646. Windows color (decimal): -14656203 or 3497248. OLE color: 3497248.

HSL color Cylindrical-coordinate representation of color #205D35: hue angle of 140.66º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D35 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB329353-
CMYK0.6600.430.64
HSL140.66º48.8%24.51%-
HSV(B)140.66º65.59%36.47%-
XYZ5.158.394.72-
YUV70.2118.29100.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.98%
GREEN value IS 93 (36.72% from 255) = 52.25%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=17.98%
G=52.25%
B=29.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3293530.6600.430.64140.6648.824.51
Hex205D354202B408d3119
Octal40135651020531002156131
Binary10000010111011101011000010010101110000001000110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,93,53); }

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

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

 a { background-color: rgb(32,93,53); }

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

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

 span { border-color: rgb(32,93,53); }

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