Html Css Color HEX #012600 Myrtle

📋 copy color: '#012600'

red 1 ◦ green 38 ◦ blue 0

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

Shades of Myrtle #012600

Tints of Myrtle #012600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 97.44%

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

R = 2.56%
G = 97.44%
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

#012600 (or 0x012600) is known color: Myrtle. HEX triplet: 01, 26 and 00. RGB value is (1,38,0). Sum of RGB (Red+Green+Blue) = 1+38+0=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 38 (15.23% from 255 or 97.44% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 38 - color contains mainly: green. Hex color #012600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012600 is #FED9FF. Grayscale: #161616. Windows color (decimal): -16701952 or 9729. OLE color: 9729.

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

Color convert

RGB 1 38 0 -
CMYK 0.97 0 1 0.85
HSL 118.42º 1% 0.07% -
HSV(B) 118.42º 1% 0.15% -
XYZ 0.71 1.39 0.23 -
YUV 22.61 115.24 112.59 -
System Red Green Blue C M Y K H S L
Decimal 1 38 0 0.97 0 1 0.85 118.42 1 0.07
Hex 1 26 0 61 0 64 55 76 64 7
Octal 1 46 0 141 0 144 125 166 144 7
Binary 1 100110 0 1100001 0 1100100 1010101 1110110 1100100 111

Color Harmonies of #012600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012600

Black with #012600

Text Example


Text Example

White with #012600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012600; }

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

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

background-color css

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

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

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

border-color css

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

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

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