#205E38

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

Shades of Kaitoke Green #205E38

Tints of Kaitoke Green #205E38

Color information

#205E38 (or 0x205E38) is unknown color: approx Kaitoke Green. HEX triplet: 20, 5E and 38. RGB value is (32,94,56). Sum of RGB (Red+Green+Blue) = 32+94+56=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 94 (37.11% from 255 or 51.65% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 94 - color contains mainly: green. Hex color #205E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205E38 is #DFA1C7. Grayscale: #474747. Windows color (decimal): -14655944 or 3694112. OLE color: 3694112.

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

Color convert

RGB329456-
CMYK0.6600.400.63
HSL143.23º49.21%24.71%-
HSV(B)143.23º65.96%36.86%-
XYZ5.318.65.12-
YUV71.13119.46100.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.58%
GREEN value IS 94 (37.11% from 255) = 51.65%
BLUE value IS 56 (22.27% from 255) = 30.77%
R=17.58%
G=51.65%
B=30.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3294560.6600.400.63143.2349.2124.71
Hex205E38420283F8f3119
Octal4013670102050772176131
Binary1000001011110111000100001001010001111111000111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,94,56); }

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

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

 a { background-color: rgb(32,94,56); }

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

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

 span { border-color: rgb(32,94,56); }

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