Html Css Color HEX #214707 Myrtle

📋 copy color: '#214707'

red 33 ◦ green 71 ◦ blue 7

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

Shades of Myrtle #214707

Tints of Myrtle #214707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 63.96%

 BLUE value IS 7 (3.13% from 255) = 6.31%

R = 29.73%
G = 63.96%
B = 6.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#214707 (or 0x214707) is known color: Myrtle. HEX triplet: 21, 47 and 07. RGB value is (33,71,7). Sum of RGB (Red+Green+Blue) = 33+71+7=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 71 (28.12% from 255 or 63.96% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 71 - color contains mainly: green. Hex color #214707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214707 is #DEB8F8. Grayscale: #343434. Windows color (decimal): -14596345 or 476961. OLE color: 476961.

HSL color Cylindrical-coordinate representation of color #214707: hue angle of 95.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #214707 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 71 7 -
CMYK 0.54 0 0.90 0.72
HSL 95.63º 0.82% 0.15% -
HSV(B) 95.63º 0.9% 0.28% -
XYZ 2.92 4.85 0.98 -
YUV 52.34 102.41 114.2 -
System Red Green Blue C M Y K H S L
Decimal 33 71 7 0.54 0 0.90 0.72 95.63 0.82 0.15
Hex 21 47 7 36 0 5A 48 60 52 F
Octal 41 107 7 66 0 132 110 140 122 17
Binary 100001 1000111 111 110110 0 1011010 1001000 1100000 1010010 1111

Color Harmonies of #214707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214707

Black with #214707

Text Example


Text Example

White with #214707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214707; }

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

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

background-color css

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

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

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

border-color css

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

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

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