Html Css Color HEX #011A08 Dark Green

📋 copy color: '#011A08'

red 1 ◦ green 26 ◦ blue 8

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

Shades of Dark Green #011A08

Tints of Dark Green #011A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 22.86%

R = 2.86%
G = 74.29%
B = 22.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.90

RGB Variations

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

Color information

#011A08 (or 0x011A08) is known color: Dark Green. HEX triplet: 01, 1A and 08. RGB value is (1,26,8). Sum of RGB (Red+Green+Blue) = 1+26+8=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 26 (10.55% from 255 or 74.29% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 26 - color contains mainly: green. Hex color #011A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A08 is #FEE5F7. Grayscale: #101010. Windows color (decimal): -16705016 or 530945. OLE color: 530945.

HSL color Cylindrical-coordinate representation of color #011A08: hue angle of 136.8º 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 #011A08 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 26 8 -
CMYK 0.96 0 0.69 0.90
HSL 136.8º 0.93% 0.05% -
HSV(B) 136.8º 0.96% 0.1% -
XYZ 0.43 0.76 0.35 -
YUV 16.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 1 26 8 0.96 0 0.69 0.90 136.8 0.93 0.05
Hex 1 1A 8 60 0 45 5A 89 5D 5
Octal 1 32 10 140 0 105 132 211 135 5
Binary 1 11010 1000 1100000 0 1000101 1011010 10001001 1011101 101

Color Harmonies of #011A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A08

Black with #011A08

Text Example


Text Example

White with #011A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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