#20492B

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

Shades of Kaitoke Green #20492B

Tints of Kaitoke Green #20492B

Color information

#20492B (or 0x20492B) is unknown color: approx Kaitoke Green. HEX triplet: 20, 49 and 2B. RGB value is (32,73,43). Sum of RGB (Red+Green+Blue) = 32+73+43=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #20492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20492B is #DFB6D4. Grayscale: #393939. Windows color (decimal): -14661333 or 2836768. OLE color: 2836768.

HSL color Cylindrical-coordinate representation of color #20492B: hue angle of 136.1º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #20492B is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB327343-
CMYK0.5600.410.71
HSL136.1º39.05%20.59%-
HSV(B)136.1º56.16%28.63%-
XYZ3.415.253.12-
YUV57.32119.92109.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.62%
GREEN value IS 73 (28.91% from 255) = 49.32%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=21.62%
G=49.32%
B=29.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3273430.5600.410.71136.139.0520.59
Hex20492B3802947882715
Octal4011153700511072104725
Binary1000001001001101011111000010100110001111000100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20492B; }

 p { color: rgb(32,73,43); }

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

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

 a { background-color: rgb(32,73,43); }

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

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

 span { border-color: rgb(32,73,43); }

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