#214701

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

Shades of Myrtle #214701

Tints of Myrtle #214701

Color information

#214701 (or 0x214701) is unknown color: approx Myrtle. HEX triplet: 21, 47 and 01. RGB value is (33,71,1). Sum of RGB (Red+Green+Blue) = 33+71+1=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 71 (28.12% from 255 or 67.62% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 71 - color contains mainly: green. Hex color #214701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214701 is #DEB8FE. Grayscale: #333333. Windows color (decimal): -14596351 or 83745. OLE color: 83745.

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

Color convert

RGB33711-
CMYK0.5400.990.72
HSL92.57º97.22%14.12%-
HSV(B)92.57º98.59%27.84%-
XYZ2.894.830.81-
YUV51.6699.41114.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.43%
GREEN value IS 71 (28.12% from 255) = 67.62%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=31.43%
G=67.62%
B=0.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal337110.5400.990.7292.5797.2214.12
Hex2147136063485d61e
Octal41107166014311013514116
Binary10000110001111110110011000111001000101110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214701; }

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

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

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

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

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

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

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

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