Html Css Color HEX #214015 Myrtle

📋 copy color: '#214015'

red 33 ◦ green 64 ◦ blue 21

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

Shades of Myrtle #214015

Tints of Myrtle #214015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 54.24%

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

R = 27.97%
G = 54.24%
B = 17.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#214015 (or 0x214015) is known color: Myrtle. HEX triplet: 21, 40 and 15. RGB value is (33,64,21). Sum of RGB (Red+Green+Blue) = 33+64+21=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #214015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214015 is #DEBFEA. Grayscale: #313131. Windows color (decimal): -14598123 or 1392673. OLE color: 1392673.

HSL color Cylindrical-coordinate representation of color #214015: hue angle of 103.26º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214015 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 64 21 -
CMYK 0.48 0 0.67 0.75
HSL 103.26º 0.51% 0.17% -
HSV(B) 103.26º 0.67% 0.25% -
XYZ 2.6 4.04 1.35 -
YUV 49.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 33 64 21 0.48 0 0.67 0.75 103.26 0.51 0.17
Hex 21 40 15 30 0 43 4B 67 33 11
Octal 41 100 25 60 0 103 113 147 63 21
Binary 100001 1000000 10101 110000 0 1000011 1001011 1100111 110011 10001

Color Harmonies of #214015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214015

Black with #214015

Text Example


Text Example

White with #214015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214015; }

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

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

background-color css

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

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

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

border-color css

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

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

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