#215445

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

Shades of Te Papa Green #215445

Tints of Te Papa Green #215445

Color information

#215445 (or 0x215445) is unknown color: approx Te Papa Green. HEX triplet: 21, 54 and 45. RGB value is (33,84,69). Sum of RGB (Red+Green+Blue) = 33+84+69=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #215445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215445 is #DEABBA. Grayscale: #434343. Windows color (decimal): -14592955 or 4543521. OLE color: 4543521.

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

Color convert

RGB338469-
CMYK0.6100.180.67
HSL162.35º43.59%22.94%-
HSV(B)162.35º60.71%32.94%-
XYZ4.877.096.74-
YUV67.04129.1103.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 69 (27.34% from 255) = 37.10%
R=17.74%
G=45.16%
B=37.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3384690.6100.180.67162.3543.5922.94
Hex2154453D01243a22c17
Octal41124105750221032425427
Binary1000011010100100010111110101001010000111010001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215445; }

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

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

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

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

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

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

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

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