#215442

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

Shades of Te Papa Green #215442

Tints of Te Papa Green #215442

Color information

#215442 (or 0x215442) is unknown color: approx Te Papa Green. HEX triplet: 21, 54 and 42. RGB value is (33,84,66). Sum of RGB (Red+Green+Blue) = 33+84+66=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #215442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215442 is #DEABBD. Grayscale: #424242. Windows color (decimal): -14592958 or 4346913. OLE color: 4346913.

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

Color convert

RGB338466-
CMYK0.6100.210.67
HSL158.82º43.59%22.94%-
HSV(B)158.82º60.71%32.94%-
XYZ4.787.066.26-
YUV66.7127.6103.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 84 (33.20% from 255) = 45.90%
BLUE value IS 66 (26.17% from 255) = 36.07%
R=18.03%
G=45.90%
B=36.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3384660.6100.210.67158.8243.5922.94
Hex2154423D015439f2c17
Octal41124102750251032375427
Binary1000011010100100001011110101010110000111001111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215442; }

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

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

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

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

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

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

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

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