#002501

Color #002501 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #002501

Tints of Myrtle #002501

Color information

#002501 (or 0x002501) is unknown color: approx 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

RGB0371-
CMYK100.970.85
HSL121.62º100%7.25%-
HSV(B)121.62º100%14.51%-
XYZ0.671.330.25-
YUV21.83116.24112.43-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0371100.970.85121.621007.25
Hex025164061557a647
Octal045114401411251721447
Binary01001011110010001100001101010111110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>