#215143

Color #215143 Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #215143

Tints of Te Papa Green #215143

Color information

#215143 (or 0x215143) is unknown color: approx Te Papa Green. HEX triplet: 21, 51 and 43. RGB value is (33,81,67). Sum of RGB (Red+Green+Blue) = 33+81+67=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #215143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215143 is #DEAEBC. Grayscale: #414141. Windows color (decimal): -14593725 or 4411681. OLE color: 4411681.

HSL color Cylindrical-coordinate representation of color #215143: hue angle of 162.5º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215143 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB338167-
CMYK0.5900.170.68
HSL162.5º42.11%22.35%-
HSV(B)162.5º59.26%31.76%-
XYZ4.586.616.35-
YUV65.05129.1105.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 67 (26.56% from 255) = 37.02%
R=18.23%
G=44.75%
B=37.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3381670.5900.170.68162.542.1122.35
Hex2151433B01144a22a16
Octal41121103730211042425226
Binary1000011010001100001111101101000110001001010001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215143; }

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

 H1.HeaderClassName
 {
   color: #215143;
 }
 .AnyTagClassName
 {
   color: #215143;
 }
</style>
background-color css

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

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

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

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

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

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