#205A38

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

Shades of Kaitoke Green #205A38

Tints of Kaitoke Green #205A38

Color information

#205A38 (or 0x205A38) is unknown color: approx Kaitoke Green. HEX triplet: 20, 5A and 38. RGB value is (32,90,56). Sum of RGB (Red+Green+Blue) = 32+90+56=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #205A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A38 is #DFA5C7. Grayscale: #444444. Windows color (decimal): -14656968 or 3693088. OLE color: 3693088.

HSL color Cylindrical-coordinate representation of color #205A38: hue angle of 144.83º 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 #205A38 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB329056-
CMYK0.6400.380.65
HSL144.83º47.54%23.92%-
HSV(B)144.83º64.44%35.29%-
XYZ4.977.95.01-
YUV68.78120.78101.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.98%
GREEN value IS 90 (35.55% from 255) = 50.56%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=17.98%
G=50.56%
B=31.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3290560.6400.380.65144.8347.5423.92
Hex205A384002641913018
Octal40132701000461012216030
Binary10000010110101110001000000010011010000011001000111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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