Html Css Color HEX #001812 Dark Green

📋 copy color: '#001812'

red 0 ◦ green 24 ◦ blue 18

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

Shades of Dark Green #001812

Tints of Dark Green #001812

RGB

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

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

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

R = 0%
G = 57.14%
B = 42.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#001812 (or 0x001812) is known color: Dark Green. HEX triplet: 00, 18 and 12. RGB value is (0,24,18). Sum of RGB (Red+Green+Blue) = 0+24+18=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 24 (9.77% from 255 or 57.14% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 24 - color contains mainly: green. Hex color #001812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001812 is #FFE7ED. Grayscale: #101010. Windows color (decimal): -16771054 or 1185792. OLE color: 1185792.

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

Color convert

RGB 0 24 18 -
CMYK 1 0 0.25 0.91
HSL 165º 1% 0.05% -
HSV(B) 165º 1% 0.09% -
XYZ 0.44 0.7 0.68 -
YUV 16.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 0 24 18 1 0 0.25 0.91 165 1 0.05
Hex 0 18 12 64 0 19 5B A5 64 5
Octal 0 30 22 144 0 31 133 245 144 5
Binary 0 11000 10010 1100100 0 11001 1011011 10100101 1100100 101

Color Harmonies of #001812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001812

Black with #001812

Text Example


Text Example

White with #001812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001812; }

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

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

background-color css

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

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

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

border-color css

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

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

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