Html Css Color HEX #20513E Te Papa Green

📋 copy color: '#20513E'

red 32 ◦ green 81 ◦ blue 62

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

Shades of Te Papa Green #20513E

Tints of Te Papa Green #20513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.29%

 BLUE value IS 62 (24.61% from 255) = 35.43%

R = 18.29%
G = 46.29%
B = 35.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#20513E (or 0x20513E) is known color: Te Papa Green. HEX triplet: 20, 51 and 3E. RGB value is (32,81,62). Sum of RGB (Red+Green+Blue) = 32+81+62=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #20513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20513E is #DFAEC1. Grayscale: #404040. Windows color (decimal): -14659266 or 4084000. OLE color: 4084000.

HSL color Cylindrical-coordinate representation of color #20513E: hue angle of 156.73º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20513E is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 81 62 -
CMYK 0.60 0 0.23 0.68
HSL 156.73º 0.43% 0.22% -
HSV(B) 156.73º 0.6% 0.32% -
XYZ 4.41 6.54 5.59 -
YUV 64.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 32 81 62 0.60 0 0.23 0.68 156.73 0.43 0.22
Hex 20 51 3E 3C 0 17 44 9D 2B 16
Octal 40 121 76 74 0 27 104 235 53 26
Binary 100000 1010001 111110 111100 0 10111 1000100 10011101 101011 10110

Color Harmonies of #20513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20513E

Black with #20513E

Text Example


Text Example

White with #20513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20513E; }

 p { color: rgb(32,81,62); }

 H1.HeaderClassName
 {
   color: #20513E;
 }
 .AnyTagClassName
 {
   color: #20513E;
 }
</style>

background-color css

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

 a { background-color: rgb(32,81,62); }

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

border-color css

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

 span { border-color: rgb(32,81,62); }

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