#215440

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

Shades of Te Papa Green #215440

Tints of Te Papa Green #215440

Color information

#215440 (or 0x215440) is unknown color: approx Te Papa Green. HEX triplet: 21, 54 and 40. RGB value is (33,84,64). Sum of RGB (Red+Green+Blue) = 33+84+64=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #215440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215440 is #DEABBF. Grayscale: #424242. Windows color (decimal): -14592960 or 4215841. OLE color: 4215841.

HSL color Cylindrical-coordinate representation of color #215440: hue angle of 156.47º 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 #215440 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB338464-
CMYK0.6100.240.67
HSL156.47º43.59%22.94%-
HSV(B)156.47º60.71%32.94%-
XYZ4.727.035.96-
YUV66.47126.6104.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 84 (33.20% from 255) = 46.41%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=18.23%
G=46.41%
B=35.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3384640.6100.240.67156.4743.5922.94
Hex2154403D018439c2c17
Octal41124100750301032345427
Binary1000011010100100000011110101100010000111001110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215440; }

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

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

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

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

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

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

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

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