Html Css Color HEX #214915 Myrtle

📋 copy color: '#214915'

red 33 ◦ green 73 ◦ blue 21

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

Shades of Myrtle #214915

Tints of Myrtle #214915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 57.48%

 BLUE value IS 21 (8.59% from 255) = 16.54%

R = 25.98%
G = 57.48%
B = 16.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#214915 (or 0x214915) is known color: Myrtle. HEX triplet: 21, 49 and 15. RGB value is (33,73,21). Sum of RGB (Red+Green+Blue) = 33+73+21=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #214915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214915 is #DEB6EA. Grayscale: #373737. Windows color (decimal): -14595819 or 1394977. OLE color: 1394977.

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

Color convert

RGB 33 73 21 -
CMYK 0.55 0 0.71 0.71
HSL 106.15º 0.55% 0.18% -
HSV(B) 106.15º 0.71% 0.29% -
XYZ 3.15 5.14 1.54 -
YUV 55.11 108.75 112.23 -
System Red Green Blue C M Y K H S L
Decimal 33 73 21 0.55 0 0.71 0.71 106.15 0.55 0.18
Hex 21 49 15 37 0 47 47 6A 37 12
Octal 41 111 25 67 0 107 107 152 67 22
Binary 100001 1001001 10101 110111 0 1000111 1000111 1101010 110111 10010

Color Harmonies of #214915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214915

Black with #214915

Text Example


Text Example

White with #214915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214915; }

 p { color: rgb(33,73,21); }

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

background-color css

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

 a { background-color: rgb(33,73,21); }

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

border-color css

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

 span { border-color: rgb(33,73,21); }

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