#022501

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

Shades of Myrtle #022501

Tints of Myrtle #022501

Color information

#022501 (or 0x022501) is unknown color: approx Myrtle. HEX triplet: 02, 25 and 01. RGB value is (2,37,1). Sum of RGB (Red+Green+Blue) = 2+37+1=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 37 (14.84% from 255 or 92.5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 37 - color contains mainly: green. Hex color #022501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022501 is #FDDAFE. Grayscale: #161616. Windows color (decimal): -16636671 or 75010. OLE color: 75010.

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

Color convert

RGB2371-
CMYK0.9500.970.85
HSL118.33º94.74%7.45%-
HSV(B)118.33º97.3%14.51%-
XYZ0.691.340.25-
YUV22.43115.9113.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5%
GREEN value IS 37 (14.84% from 255) = 92.5%
BLUE value IS 1 (0.78% from 255) = 2.5%
R=5%
G=92.5%
B=2.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal23710.9500.970.85118.3394.747.45
Hex22515F06155765f7
Octal245113701411251661377
Binary101001011101111101100001101010111101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022501; }

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

 H1.HeaderClassName
 {
   color: #022501;
 }
 .AnyTagClassName
 {
   color: #022501;
 }
</style>
background-color css

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

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

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

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

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

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