Html Css Color HEX #012500 Myrtle

📋 copy color: '#012500'

red 1 ◦ green 37 ◦ blue 0

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

Shades of Myrtle #012500

Tints of Myrtle #012500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 2.63%
G = 97.37%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#012500 (or 0x012500) is known color: Myrtle. HEX triplet: 01, 25 and 00. RGB value is (1,37,0). Sum of RGB (Red+Green+Blue) = 1+37+0=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 37 (14.84% from 255 or 97.37% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 37 - color contains mainly: green. Hex color #012500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012500 is #FEDAFF. Grayscale: #161616. Windows color (decimal): -16702208 or 9473. OLE color: 9473.

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

Color convert

RGB 1 37 0 -
CMYK 0.97 0 1 0.85
HSL 118.38º 1% 0.07% -
HSV(B) 118.38º 1% 0.15% -
XYZ 0.67 1.33 0.22 -
YUV 22.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 1 37 0 0.97 0 1 0.85 118.38 1 0.07
Hex 1 25 0 61 0 64 55 76 64 7
Octal 1 45 0 141 0 144 125 166 144 7
Binary 1 100101 0 1100001 0 1100100 1010101 1110110 1100100 111

Color Harmonies of #012500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012500

Black with #012500

Text Example


Text Example

White with #012500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012500; }

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

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

background-color css

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

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

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

border-color css

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

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

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