#214C1E

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

Shades of Myrtle #214C1E

Tints of Myrtle #214C1E

Color information

#214C1E (or 0x214C1E) is unknown color: approx Myrtle. HEX triplet: 21, 4C and 1E. RGB value is (33,76,30). Sum of RGB (Red+Green+Blue) = 33+76+30=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #214C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C1E is #DEB3E1. Grayscale: #3A3A3A. Windows color (decimal): -14595042 or 1985569. OLE color: 1985569.

HSL color Cylindrical-coordinate representation of color #214C1E: hue angle of 116.09º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #214C1E is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB337630-
CMYK0.5700.610.70
HSL116.09º43.4%20.78%-
HSV(B)116.09º60.53%29.8%-
XYZ3.455.592.12-
YUV57.9112.25110.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.74%
GREEN value IS 76 (30.08% from 255) = 54.68%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=23.74%
G=54.68%
B=21.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3376300.5700.610.70116.0943.420.78
Hex214C1E3903D46742b15
Octal4111436710751061645325
Binary10000110011001111011100101111011000110111010010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,76,30); }

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

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

 a { background-color: rgb(33,76,30); }

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

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

 span { border-color: rgb(33,76,30); }

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