#215045

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

Shades of Te Papa Green #215045

Tints of Te Papa Green #215045

Color information

#215045 (or 0x215045) is unknown color: approx Te Papa Green. HEX triplet: 21, 50 and 45. RGB value is (33,80,69). Sum of RGB (Red+Green+Blue) = 33+80+69=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #215045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215045 is #DEAFBA. Grayscale: #404040. Windows color (decimal): -14593979 or 4542497. OLE color: 4542497.

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

Color convert

RGB338069-
CMYK0.5900.140.69
HSL165.96º41.59%22.16%-
HSV(B)165.96º58.75%31.37%-
XYZ4.576.496.64-
YUV64.69130.43105.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 69 (27.34% from 255) = 37.91%
R=18.13%
G=43.96%
B=37.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3380690.5900.140.69165.9641.5922.16
Hex2150453B0E45a62a16
Octal41120105730161052465226
Binary100001101000010001011110110111010001011010011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215045; }

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

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

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

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

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

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

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

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