Html Css Color HEX #205441 Te Papa Green

📋 copy color: '#205441'

red 32 ◦ green 84 ◦ blue 65

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

Shades of Te Papa Green #205441

Tints of Te Papa Green #205441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.41%

 BLUE value IS 65 (25.78% from 255) = 35.91%

R = 17.68%
G = 46.41%
B = 35.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#205441 (or 0x205441) is known color: Te Papa Green. HEX triplet: 20, 54 and 41. RGB value is (32,84,65). Sum of RGB (Red+Green+Blue) = 32+84+65=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #205441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205441 is #DFABBE. Grayscale: #424242. Windows color (decimal): -14658495 or 4281376. OLE color: 4281376.

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

Color convert

RGB 32 84 65 -
CMYK 0.62 0 0.23 0.67
HSL 158.08º 0.45% 0.23% -
HSV(B) 158.08º 0.62% 0.33% -
XYZ 4.72 7.03 6.11 -
YUV 66.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 32 84 65 0.62 0 0.23 0.67 158.08 0.45 0.23
Hex 20 54 41 3E 0 17 43 9E 2D 17
Octal 40 124 101 76 0 27 103 236 55 27
Binary 100000 1010100 1000001 111110 0 10111 1000011 10011110 101101 10111

Color Harmonies of #205441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205441

Black with #205441

Text Example


Text Example

White with #205441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205441; }

 p { color: rgb(32,84,65); }

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

background-color css

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

 a { background-color: rgb(32,84,65); }

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

border-color css

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

 span { border-color: rgb(32,84,65); }

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