#215041

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

Shades of Te Papa Green #215041

Tints of Te Papa Green #215041

Color information

#215041 (or 0x215041) is unknown color: approx Te Papa Green. HEX triplet: 21, 50 and 41. RGB value is (33,80,65). Sum of RGB (Red+Green+Blue) = 33+80+65=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #215041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215041 is #DEAFBE. Grayscale: #404040. Windows color (decimal): -14593983 or 4280353. OLE color: 4280353.

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

Color convert

RGB338065-
CMYK0.5900.190.69
HSL160.85º41.59%22.16%-
HSV(B)160.85º58.75%31.37%-
XYZ4.456.446.01-
YUV64.24128.43105.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.54%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=18.54%
G=44.94%
B=36.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3380650.5900.190.69160.8541.5922.16
Hex2150413B01345a12a16
Octal41120101730231052415226
Binary1000011010000100000111101101001110001011010000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215041; }

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

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

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

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

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

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

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

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