Html Css Color HEX #204E41 Te Papa Green

📋 copy color: '#204E41'

red 32 ◦ green 78 ◦ blue 65

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

Shades of Te Papa Green #204E41

Tints of Te Papa Green #204E41

RGB

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

 GREEN value IS 78 (30.86% from 255) = 44.57%

 BLUE value IS 65 (25.78% from 255) = 37.14%

R = 18.29%
G = 44.57%
B = 37.14%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#204E41 (or 0x204E41) is known color: Te Papa Green. HEX triplet: 20, 4E and 41. RGB value is (32,78,65). Sum of RGB (Red+Green+Blue) = 32+78+65=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 78 - color contains mainly: green. Hex color #204E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204E41 is #DFB1BE. Grayscale: #3E3E3E. Windows color (decimal): -14660031 or 4279840. OLE color: 4279840.

HSL color Cylindrical-coordinate representation of color #204E41: hue angle of 163.04º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #204E41 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 78 65 -
CMYK 0.59 0 0.17 0.69
HSL 163.04º 0.42% 0.22% -
HSV(B) 163.04º 0.59% 0.31% -
XYZ 4.27 6.14 5.96 -
YUV 62.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 32 78 65 0.59 0 0.17 0.69 163.04 0.42 0.22
Hex 20 4E 41 3B 0 11 45 A3 2A 16
Octal 40 116 101 73 0 21 105 243 52 26
Binary 100000 1001110 1000001 111011 0 10001 1000101 10100011 101010 10110

Color Harmonies of #204E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204E41

Black with #204E41

Text Example


Text Example

White with #204E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,78,65); }

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

background-color css

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

 a { background-color: rgb(32,78,65); }

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

border-color css

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

 span { border-color: rgb(32,78,65); }

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