Html Css Color HEX #214E14 Myrtle

📋 copy color: '#214E14'

red 33 ◦ green 78 ◦ blue 20

#214E14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #214E14

Tints of Myrtle #214E14

RGB

 RED value IS 33 (13.28% from 255) = 25.19%

 GREEN value IS 78 (30.86% from 255) = 59.54%

 BLUE value IS 20 (8.2% from 255) = 15.27%

R = 25.19%
G = 59.54%
B = 15.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#214E14 (or 0x214E14) is known color: Myrtle. HEX triplet: 21, 4E and 14. RGB value is (33,78,20). Sum of RGB (Red+Green+Blue) = 33+78+20=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 78 (30.86% from 255 or 59.54% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 78 - color contains mainly: green. Hex color #214E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #214E14 is #DEB1EB. Grayscale: #3A3A3A. Windows color (decimal): -14594540 or 1330721. OLE color: 1330721.

HSL color Cylindrical-coordinate representation of color #214E14: hue angle of 106.55º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #214E14 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 78 20 -
CMYK 0.58 0 0.74 0.69
HSL 106.55º 0.59% 0.19% -
HSV(B) 106.55º 0.74% 0.31% -
XYZ 3.48 5.82 1.6 -
YUV 57.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 33 78 20 0.58 0 0.74 0.69 106.55 0.59 0.19
Hex 21 4E 14 3A 0 4A 45 6B 3B 13
Octal 41 116 24 72 0 112 105 153 73 23
Binary 100001 1001110 10100 111010 0 1001010 1000101 1101011 111011 10011

Color Harmonies of #214E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214E14

Black with #214E14

Text Example


Text Example

White with #214E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,78,20); }

 H1.HeaderClassName
 {
   color: #214E14;
 }
 .AnyTagClassName
 {
   color: #214E14;
 }
</style>

background-color css

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

 a { background-color: rgb(33,78,20); }

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

border-color css

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

 span { border-color: rgb(33,78,20); }

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