Html Css Color HEX #204D3E Te Papa Green

📋 copy color: '#204D3E'

red 32 ◦ green 77 ◦ blue 62

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

Shades of Te Papa Green #204D3E

Tints of Te Papa Green #204D3E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.03%

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

R = 18.71%
G = 45.03%
B = 36.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#204D3E (or 0x204D3E) is known color: Te Papa Green. HEX triplet: 20, 4D and 3E. RGB value is (32,77,62). Sum of RGB (Red+Green+Blue) = 32+77+62=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 77 - color contains mainly: green. Hex color #204D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204D3E is #DFB2C1. Grayscale: #3D3D3D. Windows color (decimal): -14660290 or 4082976. OLE color: 4082976.

HSL color Cylindrical-coordinate representation of color #204D3E: hue angle of 160º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #204D3E is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 77 62 -
CMYK 0.58 0 0.19 0.70
HSL 160º 0.41% 0.21% -
HSV(B) 160º 0.58% 0.3% -
XYZ 4.12 5.96 5.49 -
YUV 61.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 32 77 62 0.58 0 0.19 0.70 160 0.41 0.21
Hex 20 4D 3E 3A 0 13 46 A0 29 15
Octal 40 115 76 72 0 23 106 240 51 25
Binary 100000 1001101 111110 111010 0 10011 1000110 10100000 101001 10101

Color Harmonies of #204D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204D3E

Black with #204D3E

Text Example


Text Example

White with #204D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204D3E; }

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

 H1.HeaderClassName
 {
   color: #204D3E;
 }
 .AnyTagClassName
 {
   color: #204D3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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