Html Css Color HEX #205141 Te Papa Green

📋 copy color: '#205141'

red 32 ◦ green 81 ◦ blue 65

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

Shades of Te Papa Green #205141

Tints of Te Papa Green #205141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.51%

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

R = 17.98%
G = 45.51%
B = 36.52%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#205141 (or 0x205141) is known color: Te Papa Green. HEX triplet: 20, 51 and 41. RGB value is (32,81,65). Sum of RGB (Red+Green+Blue) = 32+81+65=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #205141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205141 is #DFAEBE. Grayscale: #404040. Windows color (decimal): -14659263 or 4280608. OLE color: 4280608.

HSL color Cylindrical-coordinate representation of color #205141: hue angle of 160.41º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #205141 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 81 65 -
CMYK 0.60 0 0.20 0.68
HSL 160.41º 0.43% 0.22% -
HSV(B) 160.41º 0.6% 0.32% -
XYZ 4.49 6.57 6.03 -
YUV 64.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 32 81 65 0.60 0 0.20 0.68 160.41 0.43 0.22
Hex 20 51 41 3C 0 14 44 A0 2B 16
Octal 40 121 101 74 0 24 104 240 53 26
Binary 100000 1010001 1000001 111100 0 10100 1000100 10100000 101011 10110

Color Harmonies of #205141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205141

Black with #205141

Text Example


Text Example

White with #205141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205141; }

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

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

background-color css

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

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

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

border-color css

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

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

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