Html Css Color HEX #011D12 Dark Green

📋 copy color: '#011D12'

red 1 ◦ green 29 ◦ blue 18

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

Shades of Dark Green #011D12

Tints of Dark Green #011D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 60.42%

 BLUE value IS 18 (7.42% from 255) = 37.5%

R = 2.08%
G = 60.42%
B = 37.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.38

 K value IS 0.89

RGB Variations

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

Color information

#011D12 (or 0x011D12) is known color: Dark Green. HEX triplet: 01, 1D and 12. RGB value is (1,29,18). Sum of RGB (Red+Green+Blue) = 1+29+18=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 29 (11.72% from 255 or 60.42% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 29 - color contains mainly: green. Hex color #011D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011D12 is #FEE2ED. Grayscale: #131313. Windows color (decimal): -16704238 or 1187073. OLE color: 1187073.

HSL color Cylindrical-coordinate representation of color #011D12: hue angle of 156.43º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011D12 is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 29 18 -
CMYK 0.97 0 0.38 0.89
HSL 156.43º 0.93% 0.06% -
HSV(B) 156.43º 0.97% 0.11% -
XYZ 0.56 0.93 0.72 -
YUV 19.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 1 29 18 0.97 0 0.38 0.89 156.43 0.93 0.06
Hex 1 1D 12 61 0 26 59 9C 5D 6
Octal 1 35 22 141 0 46 131 234 135 6
Binary 1 11101 10010 1100001 0 100110 1011001 10011100 1011101 110

Color Harmonies of #011D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D12

Black with #011D12

Text Example


Text Example

White with #011D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,29,18); }

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

background-color css

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

 a { background-color: rgb(1,29,18); }

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

border-color css

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

 span { border-color: rgb(1,29,18); }

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