Html Css Color HEX #215001 Myrtle

📋 copy color: '#215001'

red 33 ◦ green 80 ◦ blue 1

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

Shades of Myrtle #215001

Tints of Myrtle #215001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 28.95%
G = 70.18%
B = 0.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#215001 (or 0x215001) is known color: Myrtle. HEX triplet: 21, 50 and 01. RGB value is (33,80,1). Sum of RGB (Red+Green+Blue) = 33+80+1=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 80 (31.64% from 255 or 70.18% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 80 - color contains mainly: green. Hex color #215001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215001 is #DEAFFE. Grayscale: #393939. Windows color (decimal): -14594047 or 86049. OLE color: 86049.

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

Color convert

RGB 33 80 1 -
CMYK 0.59 0 0.99 0.69
HSL 95.7º 0.98% 0.16% -
HSV(B) 95.7º 0.99% 0.31% -
XYZ 3.5 6.06 1.01 -
YUV 56.94 96.43 110.92 -
System Red Green Blue C M Y K H S L
Decimal 33 80 1 0.59 0 0.99 0.69 95.7 0.98 0.16
Hex 21 50 1 3B 0 63 45 60 62 10
Octal 41 120 1 73 0 143 105 140 142 20
Binary 100001 1010000 1 111011 0 1100011 1000101 1100000 1100010 10000

Color Harmonies of #215001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215001

Black with #215001

Text Example


Text Example

White with #215001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215001; }

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

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

background-color css

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

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

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

border-color css

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

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

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