#205230

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

Shades of Kaitoke Green #205230

Tints of Kaitoke Green #205230

Color information

#205230 (or 0x205230) is unknown color: approx Kaitoke Green. HEX triplet: 20, 52 and 30. RGB value is (32,82,48). Sum of RGB (Red+Green+Blue) = 32+82+48=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #205230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205230 is #DFADCF. Grayscale: #3F3F3F. Windows color (decimal): -14659024 or 3166752. OLE color: 3166752.

HSL color Cylindrical-coordinate representation of color #205230: hue angle of 139.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205230 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB328248-
CMYK0.6100.410.68
HSL139.2º43.86%22.35%-
HSV(B)139.2º60.98%32.16%-
XYZ4.156.563.84-
YUV63.17119.44105.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.75%
GREEN value IS 82 (32.42% from 255) = 50.62%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=19.75%
G=50.62%
B=29.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3282480.6100.410.68139.243.8622.35
Hex2052303D029448b2c16
Octal4012260750511042135426
Binary1000001010010110000111101010100110001001000101110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205230; }

 p { color: rgb(32,82,48); }

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

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

 a { background-color: rgb(32,82,48); }

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

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

 span { border-color: rgb(32,82,48); }

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