Html Css Color HEX #011812 Dark Green

📋 copy color: '#011812'

red 1 ◦ green 24 ◦ blue 18

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

Shades of Dark Green #011812

Tints of Dark Green #011812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 55.81%

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

R = 2.33%
G = 55.81%
B = 41.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#011812 (or 0x011812) is known color: Dark Green. HEX triplet: 01, 18 and 12. RGB value is (1,24,18). Sum of RGB (Red+Green+Blue) = 1+24+18=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #011812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011812 is #FEE7ED. Grayscale: #101010. Windows color (decimal): -16705518 or 1185793. OLE color: 1185793.

HSL color Cylindrical-coordinate representation of color #011812: hue angle of 164.35º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011812 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 24 18 -
CMYK 0.96 0 0.25 0.91
HSL 164.35º 0.92% 0.05% -
HSV(B) 164.35º 0.96% 0.09% -
XYZ 0.45 0.7 0.68 -
YUV 16.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 1 24 18 0.96 0 0.25 0.91 164.35 0.92 0.05
Hex 1 18 12 60 0 19 5B A4 5C 5
Octal 1 30 22 140 0 31 133 244 134 5
Binary 1 11000 10010 1100000 0 11001 1011011 10100100 1011100 101

Color Harmonies of #011812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011812

Black with #011812

Text Example


Text Example

White with #011812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011812; }

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

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

background-color css

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

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

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

border-color css

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

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

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