Html Css Color HEX #214700 Myrtle

📋 copy color: '#214700'

red 33 ◦ green 71 ◦ blue 0

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

Shades of Myrtle #214700

Tints of Myrtle #214700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 31.73%
G = 68.27%
B = 0%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#214700 (or 0x214700) is known color: Myrtle. HEX triplet: 21, 47 and 00. RGB value is (33,71,0). Sum of RGB (Red+Green+Blue) = 33+71+0=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 71 (28.12% from 255 or 68.27% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 71 - color contains mainly: green. Hex color #214700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214700 is #DEB8FF. Grayscale: #333333. Windows color (decimal): -14596352 or 18209. OLE color: 18209.

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

Color convert

RGB 33 71 0 -
CMYK 0.54 0 1 0.72
HSL 92.11º 1% 0.14% -
HSV(B) 92.11º 1% 0.28% -
XYZ 2.88 4.83 0.78 -
YUV 51.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 33 71 0 0.54 0 1 0.72 92.11 1 0.14
Hex 21 47 0 36 0 64 48 5C 64 E
Octal 41 107 0 66 0 144 110 134 144 16
Binary 100001 1000111 0 110110 0 1100100 1001000 1011100 1100100 1110

Color Harmonies of #214700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214700

Black with #214700

Text Example


Text Example

White with #214700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214700; }

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

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

background-color css

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

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

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

border-color css

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

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

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