#215540

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

Shades of Te Papa Green #215540

Tints of Te Papa Green #215540

Color information

#215540 (or 0x215540) is unknown color: approx Te Papa Green. HEX triplet: 21, 55 and 40. RGB value is (33,85,64). Sum of RGB (Red+Green+Blue) = 33+85+64=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #215540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215540 is #DEAABF. Grayscale: #434343. Windows color (decimal): -14592704 or 4216097. OLE color: 4216097.

HSL color Cylindrical-coordinate representation of color #215540: hue angle of 155.77º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215540 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB338564-
CMYK0.6100.250.67
HSL155.77º44.07%23.14%-
HSV(B)155.77º61.18%33.33%-
XYZ4.87.195.99-
YUV67.06126.27103.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=18.13%
G=46.70%
B=35.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385640.6100.250.67155.7744.0723.14
Hex2155403D019439c2c17
Octal41125100750311032345427
Binary1000011010101100000011110101100110000111001110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215540; }

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

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

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

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

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

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

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

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