Html Css Color HEX #011A0A Dark Green

📋 copy color: '#011A0A'

red 1 ◦ green 26 ◦ blue 10

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

Shades of Dark Green #011A0A

Tints of Dark Green #011A0A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 70.27%

 BLUE value IS 10 (4.3% from 255) = 27.03%

R = 2.7%
G = 70.27%
B = 27.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.90

RGB Variations

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

Color information

#011A0A (or 0x011A0A) is known color: Dark Green. HEX triplet: 01, 1A and 0A. RGB value is (1,26,10). Sum of RGB (Red+Green+Blue) = 1+26+10=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 26 (10.55% from 255 or 70.27% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 26 - color contains mainly: green. Hex color #011A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A0A is #FEE5F5. Grayscale: #101010. Windows color (decimal): -16705014 or 662017. OLE color: 662017.

HSL color Cylindrical-coordinate representation of color #011A0A: hue angle of 141.6º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011A0A is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 26 10 -
CMYK 0.96 0 0.62 0.90
HSL 141.6º 0.93% 0.05% -
HSV(B) 141.6º 0.96% 0.1% -
XYZ 0.44 0.77 0.41 -
YUV 16.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 1 26 10 0.96 0 0.62 0.90 141.6 0.93 0.05
Hex 1 1A A 60 0 3E 5A 8E 5D 5
Octal 1 32 12 140 0 76 132 216 135 5
Binary 1 11010 1010 1100000 0 111110 1011010 10001110 1011101 101

Color Harmonies of #011A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A0A

Black with #011A0A

Text Example


Text Example

White with #011A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011A0A; }

 p { color: rgb(1,26,10); }

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

background-color css

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

 a { background-color: rgb(1,26,10); }

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

border-color css

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

 span { border-color: rgb(1,26,10); }

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