#215040

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

Shades of Te Papa Green #215040

Tints of Te Papa Green #215040

Color information

#215040 (or 0x215040) is unknown color: approx Te Papa Green. HEX triplet: 21, 50 and 40. RGB value is (33,80,64). Sum of RGB (Red+Green+Blue) = 33+80+64=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #215040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215040 is #DEAFBF. Grayscale: #404040. Windows color (decimal): -14593984 or 4214817. OLE color: 4214817.

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

Color convert

RGB338064-
CMYK0.5900.200.69
HSL159.57º41.59%22.16%-
HSV(B)159.57º58.75%31.37%-
XYZ4.426.435.86-
YUV64.12127.93105.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 80 (31.64% from 255) = 45.20%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=18.64%
G=45.20%
B=36.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3380640.5900.200.69159.5741.5922.16
Hex2150403B01445a02a16
Octal41120100730241052405226
Binary1000011010000100000011101101010010001011010000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215040; }

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

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

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

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

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

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

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

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