#215345

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

Shades of Te Papa Green #215345

Tints of Te Papa Green #215345

Color information

#215345 (or 0x215345) is unknown color: approx Te Papa Green. HEX triplet: 21, 53 and 45. RGB value is (33,83,69). Sum of RGB (Red+Green+Blue) = 33+83+69=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #215345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215345 is #DEACBA. Grayscale: #424242. Windows color (decimal): -14593211 or 4543265. OLE color: 4543265.

HSL color Cylindrical-coordinate representation of color #215345: hue angle of 163.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215345 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB338369-
CMYK0.6000.170.67
HSL163.2º43.1%22.75%-
HSV(B)163.2º60.24%32.55%-
XYZ4.796.946.72-
YUV66.45129.44104.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 69 (27.34% from 255) = 37.30%
R=17.84%
G=44.86%
B=37.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3383690.6000.170.67163.243.122.75
Hex2153453C01143a32b17
Octal41123105740211032435327
Binary1000011010011100010111110001000110000111010001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215345; }

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

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

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

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

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

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

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

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