Html Css Color HEX #002501 Myrtle

📋 copy color: '#002501'

red 0 ◦ green 37 ◦ blue 1

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

Shades of Myrtle #002501

Tints of Myrtle #002501

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 37 (14.84% from 255) = 97.37%

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

R = 0%
G = 97.37%
B = 2.63%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#002501 (or 0x002501) is known color: Myrtle. HEX triplet: 00, 25 and 01. RGB value is (0,37,1). Sum of RGB (Red+Green+Blue) = 0+37+1=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 37 (14.84% from 255 or 97.37% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 37 - color contains mainly: green. Hex color #002501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002501 is #FFDAFE. Grayscale: #151515. Windows color (decimal): -16767743 or 75008. OLE color: 75008.

HSL color Cylindrical-coordinate representation of color #002501: hue angle of 121.62º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002501 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 37 1 -
CMYK 1 0 0.97 0.85
HSL 121.62º 1% 0.07% -
HSV(B) 121.62º 1% 0.15% -
XYZ 0.67 1.33 0.25 -
YUV 21.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 0 37 1 1 0 0.97 0.85 121.62 1 0.07
Hex 0 25 1 64 0 61 55 7A 64 7
Octal 0 45 1 144 0 141 125 172 144 7
Binary 0 100101 1 1100100 0 1100001 1010101 1111010 1100100 111

Color Harmonies of #002501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002501

Black with #002501

Text Example


Text Example

White with #002501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002501; }

 p { color: rgb(0,37,1); }

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

background-color css

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

 a { background-color: rgb(0,37,1); }

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

border-color css

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

 span { border-color: rgb(0,37,1); }

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