Html Css Color HEX #205143 Te Papa Green

📋 copy color: '#205143'

red 32 ◦ green 81 ◦ blue 67

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

Shades of Te Papa Green #205143

Tints of Te Papa Green #205143

RGB

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

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

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

R = 17.78%
G = 45%
B = 37.22%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#205143 (or 0x205143) is known color: Te Papa Green. HEX triplet: 20, 51 and 43. RGB value is (32,81,67). Sum of RGB (Red+Green+Blue) = 32+81+67=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #205143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205143 is #DFAEBC. Grayscale: #404040. Windows color (decimal): -14659261 or 4411680. OLE color: 4411680.

HSL color Cylindrical-coordinate representation of color #205143: hue angle of 162.86º 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 #205143 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 81 67 -
CMYK 0.60 0 0.17 0.68
HSL 162.86º 0.43% 0.22% -
HSV(B) 162.86º 0.6% 0.32% -
XYZ 4.55 6.6 6.34 -
YUV 64.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 32 81 67 0.60 0 0.17 0.68 162.86 0.43 0.22
Hex 20 51 43 3C 0 11 44 A3 2B 16
Octal 40 121 103 74 0 21 104 243 53 26
Binary 100000 1010001 1000011 111100 0 10001 1000100 10100011 101011 10110

Color Harmonies of #205143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205143

Black with #205143

Text Example


Text Example

White with #205143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205143; }

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

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

background-color css

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

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

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

border-color css

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

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

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