Html Css Color HEX #214F09 Myrtle

📋 copy color: '#214F09'

red 33 ◦ green 79 ◦ blue 9

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

Shades of Myrtle #214F09

Tints of Myrtle #214F09

RGB

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

 GREEN value IS 79 (31.25% from 255) = 65.29%

 BLUE value IS 9 (3.91% from 255) = 7.44%

R = 27.27%
G = 65.29%
B = 7.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#214F09 (or 0x214F09) is known color: Myrtle. HEX triplet: 21, 4F and 09. RGB value is (33,79,9). Sum of RGB (Red+Green+Blue) = 33+79+9=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 79 (31.25% from 255 or 65.29% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 79 - color contains mainly: green. Hex color #214F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #214F09 is #DEB0F6. Grayscale: #393939. Windows color (decimal): -14594295 or 610081. OLE color: 610081.

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

Color convert

RGB 33 79 9 -
CMYK 0.58 0 0.89 0.69
HSL 99.43º 0.8% 0.17% -
HSV(B) 99.43º 0.89% 0.31% -
XYZ 3.47 5.94 1.22 -
YUV 57.27 100.76 110.69 -
System Red Green Blue C M Y K H S L
Decimal 33 79 9 0.58 0 0.89 0.69 99.43 0.8 0.17
Hex 21 4F 9 3A 0 59 45 63 50 11
Octal 41 117 11 72 0 131 105 143 120 21
Binary 100001 1001111 1001 111010 0 1011001 1000101 1100011 1010000 10001

Color Harmonies of #214F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214F09

Black with #214F09

Text Example


Text Example

White with #214F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,79,9); }

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

background-color css

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

 a { background-color: rgb(33,79,9); }

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

border-color css

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

 span { border-color: rgb(33,79,9); }

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