Html Css Color HEX #214702 Myrtle

📋 copy color: '#214702'

red 33 ◦ green 71 ◦ blue 2

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

Shades of Myrtle #214702

Tints of Myrtle #214702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.89%

R = 31.13%
G = 66.98%
B = 1.89%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#214702 (or 0x214702) is known color: Myrtle. HEX triplet: 21, 47 and 02. RGB value is (33,71,2). Sum of RGB (Red+Green+Blue) = 33+71+2=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #214702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214702 is #DEB8FD. Grayscale: #343434. Windows color (decimal): -14596350 or 149281. OLE color: 149281.

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

Color convert

RGB 33 71 2 -
CMYK 0.54 0 0.97 0.72
HSL 93.04º 0.95% 0.14% -
HSV(B) 93.04º 0.97% 0.28% -
XYZ 2.89 4.83 0.84 -
YUV 51.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 33 71 2 0.54 0 0.97 0.72 93.04 0.95 0.14
Hex 21 47 2 36 0 61 48 5D 5F E
Octal 41 107 2 66 0 141 110 135 137 16
Binary 100001 1000111 10 110110 0 1100001 1001000 1011101 1011111 1110

Color Harmonies of #214702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214702

Black with #214702

Text Example


Text Example

White with #214702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214702; }

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

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

background-color css

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

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

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

border-color css

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

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

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