Html Css Color HEX #022501 Myrtle

📋 copy color: '#022501'

red 2 ◦ green 37 ◦ blue 1

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

Shades of Myrtle #022501

Tints of Myrtle #022501

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 value IS 0.95

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#022501 (or 0x022501) is known color: 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

RGB 2 37 1 -
CMYK 0.95 0 0.97 0.85
HSL 118.33º 0.95% 0.07% -
HSV(B) 118.33º 0.97% 0.15% -
XYZ 0.69 1.34 0.25 -
YUV 22.43 115.9 113.43 -
System Red Green Blue C M Y K H S L
Decimal 2 37 1 0.95 0 0.97 0.85 118.33 0.95 0.07
Hex 2 25 1 5F 0 61 55 76 5F 7
Octal 2 45 1 137 0 141 125 166 137 7
Binary 10 100101 1 1011111 0 1100001 1010101 1110110 1011111 111

Color Harmonies of #022501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022501

Black with #022501

Text Example


Text Example

White with #022501

Text Example


Text Example

HTML Codes & Css Web 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>