#214702

Color #214702 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #214702

Tints of Myrtle #214702

Color information

#214702 (or 0x214702) is unknown color: approx Myrtle. HEX triplet: 21, 47 and 02. RGB value is (33,71,2). Sum of RGB (Red+Green+Blue) = 33+71+2=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #214702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214702 is #DEB8FD. Grayscale: #343434. Windows color (decimal): -14596350 or 149281. OLE color: 149281.

HSL color Cylindrical-coordinate representation of color #214702: hue angle of 93.04º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #214702 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB33712-
CMYK0.5400.970.72
HSL93.04º94.52%14.31%-
HSV(B)93.04º97.18%27.84%-
XYZ2.894.830.84-
YUV51.7799.91114.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 71 (28.12% from 255) = 66.98%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=31.13%
G=66.98%
B=1.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal337120.5400.970.7293.0494.5214.31
Hex2147236061485d5fe
Octal41107266014111013513716
Binary100001100011110110110011000011001000101110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214702; }

 p { color: rgb(33,71,2); }

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

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

 a { background-color: rgb(33,71,2); }

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

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

 span { border-color: rgb(33,71,2); }

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