#214700

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

Shades of Myrtle #214700

Tints of Myrtle #214700

Color information

#214700 (or 0x214700) is unknown color: approx Myrtle. HEX triplet: 21, 47 and 00. RGB value is (33,71,0). Sum of RGB (Red+Green+Blue) = 33+71+0=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 71 (28.12% from 255 or 68.27% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 71 - color contains mainly: green. Hex color #214700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214700 is #DEB8FF. Grayscale: #333333. Windows color (decimal): -14596352 or 18209. OLE color: 18209.

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

Color convert

RGB33710-
CMYK0.54010.72
HSL92.11º100%13.92%-
HSV(B)92.11º100%27.84%-
XYZ2.884.830.78-
YUV51.5498.91114.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 71 (28.12% from 255) = 68.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.73%
G=68.27%
B=0%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal337100.54010.7292.1110013.92
Hex2147036064485c64e
Octal41107066014411013414416
Binary10000110001110110110011001001001000101110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214700; }

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

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

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

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

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

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

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

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