Html Css Color HEX #205543 Te Papa Green

📋 copy color: '#205543'

red 32 ◦ green 85 ◦ blue 67

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

Shades of Te Papa Green #205543

Tints of Te Papa Green #205543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.41%

R = 17.39%
G = 46.2%
B = 36.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#205543 (or 0x205543) is known color: Te Papa Green. HEX triplet: 20, 55 and 43. RGB value is (32,85,67). Sum of RGB (Red+Green+Blue) = 32+85+67=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #205543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205543 is #DFAABC. Grayscale: #434343. Windows color (decimal): -14658237 or 4412704. OLE color: 4412704.

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

Color convert

RGB 32 85 67 -
CMYK 0.62 0 0.21 0.67
HSL 159.62º 0.45% 0.23% -
HSV(B) 159.62º 0.62% 0.33% -
XYZ 4.86 7.21 6.45 -
YUV 67.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 32 85 67 0.62 0 0.21 0.67 159.62 0.45 0.23
Hex 20 55 43 3E 0 15 43 A0 2D 17
Octal 40 125 103 76 0 25 103 240 55 27
Binary 100000 1010101 1000011 111110 0 10101 1000011 10100000 101101 10111

Color Harmonies of #205543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205543

Black with #205543

Text Example


Text Example

White with #205543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205543; }

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

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

background-color css

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

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

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

border-color css

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

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

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