Html Css Color HEX #215005 Myrtle

📋 copy color: '#215005'

red 33 ◦ green 80 ◦ blue 5

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

Shades of Myrtle #215005

Tints of Myrtle #215005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 67.8%

 BLUE value IS 5 (2.34% from 255) = 4.24%

R = 27.97%
G = 67.8%
B = 4.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#215005 (or 0x215005) is known color: Myrtle. HEX triplet: 21, 50 and 05. RGB value is (33,80,5). Sum of RGB (Red+Green+Blue) = 33+80+5=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #215005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215005 is #DEAFFA. Grayscale: #393939. Windows color (decimal): -14594043 or 348193. OLE color: 348193.

HSL color Cylindrical-coordinate representation of color #215005: hue angle of 97.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #215005 is Cyan = 0.59, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 80 5 -
CMYK 0.59 0 0.94 0.69
HSL 97.6º 0.88% 0.17% -
HSV(B) 97.6º 0.94% 0.31% -
XYZ 3.52 6.07 1.13 -
YUV 57.4 98.43 110.6 -
System Red Green Blue C M Y K H S L
Decimal 33 80 5 0.59 0 0.94 0.69 97.6 0.88 0.17
Hex 21 50 5 3B 0 5E 45 62 58 11
Octal 41 120 5 73 0 136 105 142 130 21
Binary 100001 1010000 101 111011 0 1011110 1000101 1100010 1011000 10001

Color Harmonies of #215005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215005

Black with #215005

Text Example


Text Example

White with #215005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215005; }

 p { color: rgb(33,80,5); }

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

background-color css

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

 a { background-color: rgb(33,80,5); }

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

border-color css

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

 span { border-color: rgb(33,80,5); }

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