Html Css Color HEX #214115 Myrtle

📋 copy color: '#214115'

red 33 ◦ green 65 ◦ blue 21

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

Shades of Myrtle #214115

Tints of Myrtle #214115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 54.62%

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

R = 27.73%
G = 54.62%
B = 17.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#214115 (or 0x214115) is known color: Myrtle. HEX triplet: 21, 41 and 15. RGB value is (33,65,21). Sum of RGB (Red+Green+Blue) = 33+65+21=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #214115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214115 is #DEBEEA. Grayscale: #323232. Windows color (decimal): -14597867 or 1392929. OLE color: 1392929.

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

Color convert

RGB 33 65 21 -
CMYK 0.49 0 0.68 0.75
HSL 103.64º 0.51% 0.17% -
HSV(B) 103.64º 0.68% 0.25% -
XYZ 2.65 4.16 1.37 -
YUV 50.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 33 65 21 0.49 0 0.68 0.75 103.64 0.51 0.17
Hex 21 41 15 31 0 44 4B 68 33 11
Octal 41 101 25 61 0 104 113 150 63 21
Binary 100001 1000001 10101 110001 0 1000100 1001011 1101000 110011 10001

Color Harmonies of #214115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214115

Black with #214115

Text Example


Text Example

White with #214115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214115; }

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

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

background-color css

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

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

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

border-color css

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

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

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