Html Css Color HEX #20592F Kaitoke Green

📋 copy color: '#20592F'

red 32 ◦ green 89 ◦ blue 47

#20592F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kaitoke Green #20592F

Tints of Kaitoke Green #20592F

RGB

 RED value IS 32 (12.89% from 255) = 19.05%

 GREEN value IS 89 (35.16% from 255) = 52.98%

 BLUE value IS 47 (18.75% from 255) = 27.98%

R = 19.05%
G = 52.98%
B = 27.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#20592F (or 0x20592F) is known color: Kaitoke Green. HEX triplet: 20, 59 and 2F. RGB value is (32,89,47). Sum of RGB (Red+Green+Blue) = 32+89+47=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #20592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20592F is #DFA6D0. Grayscale: #434343. Windows color (decimal): -14657233 or 3103008. OLE color: 3103008.

HSL color Cylindrical-coordinate representation of color #20592F: hue angle of 135.79º degrees, saturation: 0.47, 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 #20592F is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 89 47 -
CMYK 0.64 0 0.47 0.65
HSL 135.79º 0.47% 0.24% -
HSV(B) 135.79º 0.64% 0.35% -
XYZ 4.68 7.66 3.92 -
YUV 67.17 116.62 102.92 -
System Red Green Blue C M Y K H S L
Decimal 32 89 47 0.64 0 0.47 0.65 135.79 0.47 0.24
Hex 20 59 2F 40 0 2F 41 88 2F 18
Octal 40 131 57 100 0 57 101 210 57 30
Binary 100000 1011001 101111 1000000 0 101111 1000001 10001000 101111 11000

Color Harmonies of #20592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20592F

Black with #20592F

Text Example


Text Example

White with #20592F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20592F; }

 p { color: rgb(32,89,47); }

 H1.HeaderClassName
 {
   color: #20592F;
 }
 .AnyTagClassName
 {
   color: #20592F;
 }
</style>

background-color css

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

 a { background-color: rgb(32,89,47); }

 div.DivClassName
 {
   background-color: #20592F;
 }
 .BgClassName
 {
   background-color: #20592F;
 }
</style>

border-color css

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

 span { border-color: rgb(32,89,47); }

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