Html Css Color HEX #215008 Myrtle

📋 copy color: '#215008'

red 33 ◦ green 80 ◦ blue 8

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

Shades of Myrtle #215008

Tints of Myrtle #215008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.61%

R = 27.27%
G = 66.12%
B = 6.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#215008 (or 0x215008) is known color: Myrtle. HEX triplet: 21, 50 and 08. RGB value is (33,80,8). Sum of RGB (Red+Green+Blue) = 33+80+8=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #215008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215008 is #DEAFF7. Grayscale: #393939. Windows color (decimal): -14594040 or 544801. OLE color: 544801.

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

Color convert

RGB 33 80 8 -
CMYK 0.59 0 0.90 0.69
HSL 99.17º 0.82% 0.17% -
HSV(B) 99.17º 0.9% 0.31% -
XYZ 3.54 6.08 1.22 -
YUV 57.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 33 80 8 0.59 0 0.90 0.69 99.17 0.82 0.17
Hex 21 50 8 3B 0 5A 45 63 52 11
Octal 41 120 10 73 0 132 105 143 122 21
Binary 100001 1010000 1000 111011 0 1011010 1000101 1100011 1010010 10001

Color Harmonies of #215008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215008

Black with #215008

Text Example


Text Example

White with #215008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215008; }

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

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

background-color css

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

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

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

border-color css

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

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

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