Html Css Color HEX #205540 Te Papa Green

📋 copy color: '#205540'

red 32 ◦ green 85 ◦ blue 64

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

Shades of Te Papa Green #205540

Tints of Te Papa Green #205540

RGB

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

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

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

R = 17.68%
G = 46.96%
B = 35.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#205540 (or 0x205540) is known color: Te Papa Green. HEX triplet: 20, 55 and 40. RGB value is (32,85,64). Sum of RGB (Red+Green+Blue) = 32+85+64=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #205540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205540 is #DFAABF. Grayscale: #424242. Windows color (decimal): -14658240 or 4216096. OLE color: 4216096.

HSL color Cylindrical-coordinate representation of color #205540: hue angle of 156.23º 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 #205540 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 85 64 -
CMYK 0.62 0 0.25 0.67
HSL 156.23º 0.45% 0.23% -
HSV(B) 156.23º 0.62% 0.33% -
XYZ 4.77 7.17 5.98 -
YUV 66.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 32 85 64 0.62 0 0.25 0.67 156.23 0.45 0.23
Hex 20 55 40 3E 0 19 43 9C 2D 17
Octal 40 125 100 76 0 31 103 234 55 27
Binary 100000 1010101 1000000 111110 0 11001 1000011 10011100 101101 10111

Color Harmonies of #205540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205540

Black with #205540

Text Example


Text Example

White with #205540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205540; }

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

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

background-color css

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

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

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

border-color css

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

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

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