Html Css Color HEX #205040 Te Papa Green

📋 copy color: '#205040'

red 32 ◦ green 80 ◦ blue 64

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

Shades of Te Papa Green #205040

Tints of Te Papa Green #205040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.45%

 BLUE value IS 64 (25.39% from 255) = 36.36%

R = 18.18%
G = 45.45%
B = 36.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#205040 (or 0x205040) is known color: Te Papa Green. HEX triplet: 20, 50 and 40. RGB value is (32,80,64). Sum of RGB (Red+Green+Blue) = 32+80+64=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #205040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205040 is #DFAFBF. Grayscale: #3F3F3F. Windows color (decimal): -14659520 or 4214816. OLE color: 4214816.

HSL color Cylindrical-coordinate representation of color #205040: hue angle of 160º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #205040 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 80 64 -
CMYK 0.60 0 0.20 0.69
HSL 160º 0.43% 0.22% -
HSV(B) 160º 0.6% 0.31% -
XYZ 4.39 6.41 5.86 -
YUV 63.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 32 80 64 0.60 0 0.20 0.69 160 0.43 0.22
Hex 20 50 40 3C 0 14 45 A0 2B 16
Octal 40 120 100 74 0 24 105 240 53 26
Binary 100000 1010000 1000000 111100 0 10100 1000101 10100000 101011 10110

Color Harmonies of #205040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205040

Black with #205040

Text Example


Text Example

White with #205040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205040; }

 p { color: rgb(32,80,64); }

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

background-color css

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

 a { background-color: rgb(32,80,64); }

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

border-color css

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

 span { border-color: rgb(32,80,64); }

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