Html Css Color HEX #205542 Te Papa Green

📋 copy color: '#205542'

red 32 ◦ green 85 ◦ blue 66

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

Shades of Te Papa Green #205542

Tints of Te Papa Green #205542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.45%

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 17.49%
G = 46.45%
B = 36.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#205542 (or 0x205542) is known color: Te Papa Green. HEX triplet: 20, 55 and 42. RGB value is (32,85,66). Sum of RGB (Red+Green+Blue) = 32+85+66=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #205542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205542 is #DFAABD. Grayscale: #434343. Windows color (decimal): -14658238 or 4347168. OLE color: 4347168.

HSL color Cylindrical-coordinate representation of color #205542: hue angle of 158.49º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #205542 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 85 66 -
CMYK 0.62 0 0.22 0.67
HSL 158.49º 0.45% 0.23% -
HSV(B) 158.49º 0.62% 0.33% -
XYZ 4.83 7.2 6.29 -
YUV 66.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 32 85 66 0.62 0 0.22 0.67 158.49 0.45 0.23
Hex 20 55 42 3E 0 16 43 9E 2D 17
Octal 40 125 102 76 0 26 103 236 55 27
Binary 100000 1010101 1000010 111110 0 10110 1000011 10011110 101101 10111

Color Harmonies of #205542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205542

Black with #205542

Text Example


Text Example

White with #205542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205542; }

 p { color: rgb(32,85,66); }

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

background-color css

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

 a { background-color: rgb(32,85,66); }

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

border-color css

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

 span { border-color: rgb(32,85,66); }

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