#215642

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

Shades of Te Papa Green #215642

Tints of Te Papa Green #215642

Color information

#215642 (or 0x215642) is unknown color: approx Te Papa Green. HEX triplet: 21, 56 and 42. RGB value is (33,86,66). Sum of RGB (Red+Green+Blue) = 33+86+66=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #215642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215642 is #DEA9BD. Grayscale: #434343. Windows color (decimal): -14592446 or 4347425. OLE color: 4347425.

HSL color Cylindrical-coordinate representation of color #215642: hue angle of 157.36º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215642 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB338666-
CMYK0.6200.230.66
HSL157.36º44.54%23.33%-
HSV(B)157.36º61.63%33.73%-
XYZ4.947.376.32-
YUV67.87126.94103.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 86 (33.98% from 255) = 46.49%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=17.84%
G=46.49%
B=35.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3386660.6200.230.66157.3644.5423.33
Hex2156423E017429d2d17
Octal41126102760271022355527
Binary1000011010110100001011111001011110000101001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215642; }

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

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

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

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

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

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

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

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