Html Css Color HEX #012904 Myrtle

📋 copy color: '#012904'

red 1 ◦ green 41 ◦ blue 4

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

Shades of Myrtle #012904

Tints of Myrtle #012904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 89.13%

 BLUE value IS 4 (1.95% from 255) = 8.7%

R = 2.17%
G = 89.13%
B = 8.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.84

RGB Variations

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

Color information

#012904 (or 0x012904) is known color: Myrtle. HEX triplet: 01, 29 and 04. RGB value is (1,41,4). Sum of RGB (Red+Green+Blue) = 1+41+4=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 41 (16.41% from 255 or 89.13% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 41 - color contains mainly: green. Hex color #012904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012904 is #FED6FB. Grayscale: #181818. Windows color (decimal): -16701180 or 272641. OLE color: 272641.

HSL color Cylindrical-coordinate representation of color #012904: hue angle of 124.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012904 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 41 4 -
CMYK 0.98 0 0.90 0.84
HSL 124.5º 0.95% 0.08% -
HSV(B) 124.5º 0.98% 0.16% -
XYZ 0.83 1.6 0.38 -
YUV 24.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 1 41 4 0.98 0 0.90 0.84 124.5 0.95 0.08
Hex 1 29 4 62 0 5A 54 7C 5F 8
Octal 1 51 4 142 0 132 124 174 137 10
Binary 1 101001 100 1100010 0 1011010 1010100 1111100 1011111 1000

Color Harmonies of #012904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012904

Black with #012904

Text Example


Text Example

White with #012904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012904; }

 p { color: rgb(1,41,4); }

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

background-color css

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

 a { background-color: rgb(1,41,4); }

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

border-color css

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

 span { border-color: rgb(1,41,4); }

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