Html Css Color HEX #205642 Te Papa Green

📋 copy color: '#205642'

red 32 ◦ green 86 ◦ blue 66

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

Shades of Te Papa Green #205642

Tints of Te Papa Green #205642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 46.74%

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

R = 17.39%
G = 46.74%
B = 35.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#205642 (or 0x205642) is known color: Te Papa Green. HEX triplet: 20, 56 and 42. RGB value is (32,86,66). Sum of RGB (Red+Green+Blue) = 32+86+66=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #205642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205642 is #DFA9BD. Grayscale: #434343. Windows color (decimal): -14657982 or 4347424. OLE color: 4347424.

HSL color Cylindrical-coordinate representation of color #205642: hue angle of 157.78º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #205642 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 32 86 66 -
CMYK 0.63 0 0.23 0.66
HSL 157.78º 0.46% 0.23% -
HSV(B) 157.78º 0.63% 0.34% -
XYZ 4.91 7.36 6.32 -
YUV 67.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 32 86 66 0.63 0 0.23 0.66 157.78 0.46 0.23
Hex 20 56 42 3F 0 17 42 9E 2E 17
Octal 40 126 102 77 0 27 102 236 56 27
Binary 100000 1010110 1000010 111111 0 10111 1000010 10011110 101110 10111

Color Harmonies of #205642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205642

Black with #205642

Text Example


Text Example

White with #205642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205642; }

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

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

background-color css

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

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

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

border-color css

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

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

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