Html Css Color HEX #012502 Myrtle

📋 copy color: '#012502'

red 1 ◦ green 37 ◦ blue 2

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

Shades of Myrtle #012502

Tints of Myrtle #012502

RGB

 RED value IS 1 (0.78% from 255) = 2.5%

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

 BLUE value IS 2 (1.17% from 255) = 5%

R = 2.5%
G = 92.5%
B = 5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #012502: hue angle of 121.67º 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 #012502 is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 37 2 -
CMYK 0.97 0 0.95 0.85
HSL 121.67º 0.95% 0.07% -
HSV(B) 121.67º 0.97% 0.15% -
XYZ 0.69 1.33 0.28 -
YUV 22.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 1 37 2 0.97 0 0.95 0.85 121.67 0.95 0.07
Hex 1 25 2 61 0 5F 55 7A 5F 7
Octal 1 45 2 141 0 137 125 172 137 7
Binary 1 100101 10 1100001 0 1011111 1010101 1111010 1011111 111

Color Harmonies of #012502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012502

Black with #012502

Text Example


Text Example

White with #012502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012502; }

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

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

background-color css

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

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

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

border-color css

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

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

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