Html Css Color HEX #001A11 Dark Green

📋 copy color: '#001A11'

red 0 ◦ green 26 ◦ blue 17

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

Shades of Dark Green #001A11

Tints of Dark Green #001A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 39.53%

R = 0%
G = 60.47%
B = 39.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.90

RGB Variations

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

Color information

#001A11 (or 0x001A11) is known color: Dark Green. HEX triplet: 00, 1A and 11. RGB value is (0,26,17). Sum of RGB (Red+Green+Blue) = 0+26+17=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 26 (10.55% from 255 or 60.47% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 26 - color contains mainly: green. Hex color #001A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A11 is #FFE5EE. Grayscale: #111111. Windows color (decimal): -16770543 or 1120768. OLE color: 1120768.

HSL color Cylindrical-coordinate representation of color #001A11: hue angle of 159.23º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A11 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.90.

Color convert

RGB 0 26 17 -
CMYK 1 0 0.35 0.90
HSL 159.23º 1% 0.05% -
HSV(B) 159.23º 1% 0.1% -
XYZ 0.47 0.78 0.66 -
YUV 17.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 0 26 17 1 0 0.35 0.90 159.23 1 0.05
Hex 0 1A 11 64 0 23 5A 9F 64 5
Octal 0 32 21 144 0 43 132 237 144 5
Binary 0 11010 10001 1100100 0 100011 1011010 10011111 1100100 101

Color Harmonies of #001A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A11

Black with #001A11

Text Example


Text Example

White with #001A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001A11; }

 p { color: rgb(0,26,17); }

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

background-color css

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

 a { background-color: rgb(0,26,17); }

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

border-color css

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

 span { border-color: rgb(0,26,17); }

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