Html Css Color HEX #012503 Myrtle

📋 copy color: '#012503'

red 1 ◦ green 37 ◦ blue 3

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

Shades of Myrtle #012503

Tints of Myrtle #012503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 7.32%

R = 2.44%
G = 90.24%
B = 7.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.85

RGB Variations

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

Color information

#012503 (or 0x012503) is known color: Myrtle. HEX triplet: 01, 25 and 03. RGB value is (1,37,3). Sum of RGB (Red+Green+Blue) = 1+37+3=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 37 (14.84% from 255 or 90.24% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 37 - color contains mainly: green. Hex color #012503 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012503 is #FEDAFC. Grayscale: #161616. Windows color (decimal): -16702205 or 206081. OLE color: 206081.

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

Color convert

RGB 1 37 3 -
CMYK 0.97 0 0.92 0.85
HSL 123.33º 0.95% 0.07% -
HSV(B) 123.33º 0.97% 0.15% -
XYZ 0.69 1.34 0.31 -
YUV 22.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 1 37 3 0.97 0 0.92 0.85 123.33 0.95 0.07
Hex 1 25 3 61 0 5C 55 7B 5F 7
Octal 1 45 3 141 0 134 125 173 137 7
Binary 1 100101 11 1100001 0 1011100 1010101 1111011 1011111 111

Color Harmonies of #012503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012503

Black with #012503

Text Example


Text Example

White with #012503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012503; }

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

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

background-color css

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

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

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

border-color css

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

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

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