#214A07

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

Shades of Myrtle #214A07

Tints of Myrtle #214A07

Color information

#214A07 (or 0x214A07) is unknown color: approx Myrtle. HEX triplet: 21, 4A and 07. RGB value is (33,74,7). Sum of RGB (Red+Green+Blue) = 33+74+7=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 74 (29.30% from 255 or 64.91% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 74 - color contains mainly: green. Hex color #214A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214A07 is #DEB5F8. Grayscale: #363636. Windows color (decimal): -14595577 or 477729. OLE color: 477729.

HSL color Cylindrical-coordinate representation of color #214A07: hue angle of 96.72º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #214A07 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.

Color convert

RGB33747-
CMYK0.5500.910.71
HSL96.72º82.72%15.88%-
HSV(B)96.72º90.54%29.02%-
XYZ3.115.241.05-
YUV54.1101.42112.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.95%
GREEN value IS 74 (29.30% from 255) = 64.91%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=28.95%
G=64.91%
B=6.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal337470.5500.910.7196.7282.7215.88
Hex214A73705B47615310
Octal41112767013310714112320
Binary10000110010101111101110101101110001111100001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214A07; }

 p { color: rgb(33,74,7); }

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

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

 a { background-color: rgb(33,74,7); }

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

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

 span { border-color: rgb(33,74,7); }

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