#215140

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

Shades of Te Papa Green #215140

Tints of Te Papa Green #215140

Color information

#215140 (or 0x215140) is unknown color: approx Te Papa Green. HEX triplet: 21, 51 and 40. RGB value is (33,81,64). Sum of RGB (Red+Green+Blue) = 33+81+64=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #215140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215140 is #DEAEBF. Grayscale: #404040. Windows color (decimal): -14593728 or 4215073. OLE color: 4215073.

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

Color convert

RGB338164-
CMYK0.5900.210.68
HSL158.75º42.11%22.35%-
HSV(B)158.75º59.26%31.76%-
XYZ4.56.585.88-
YUV64.71127.6105.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.54%
GREEN value IS 81 (32.03% from 255) = 45.51%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=18.54%
G=45.51%
B=35.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3381640.5900.210.68158.7542.1122.35
Hex2151403B015449f2a16
Octal41121100730251042375226
Binary1000011010001100000011101101010110001001001111110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215140; }

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

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

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

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

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

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

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

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