Html Css Color HEX #031412 Dark Green

📋 copy color: '#031412'

red 3 ◦ green 20 ◦ blue 18

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

Shades of Dark Green #031412

Tints of Dark Green #031412

RGB

 RED value IS 3 (1.56% from 255) = 7.32%

 GREEN value IS 20 (8.2% from 255) = 48.78%

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

R = 7.32%
G = 48.78%
B = 43.9%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#031412 (or 0x031412) is known color: Dark Green. HEX triplet: 03, 14 and 12. RGB value is (3,20,18). Sum of RGB (Red+Green+Blue) = 3+20+18=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #031412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031412 is #FCEBED. Grayscale: #0E0E0E. Windows color (decimal): -16575470 or 1184771. OLE color: 1184771.

HSL color Cylindrical-coordinate representation of color #031412: hue angle of 172.94º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #031412 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 20 18 -
CMYK 0.85 0 0.10 0.92
HSL 172.94º 0.74% 0.05% -
HSV(B) 172.94º 0.85% 0.08% -
XYZ 0.4 0.56 0.66 -
YUV 14.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 3 20 18 0.85 0 0.10 0.92 172.94 0.74 0.05
Hex 3 14 12 55 0 A 5C AD 4A 5
Octal 3 24 22 125 0 12 134 255 112 5
Binary 11 10100 10010 1010101 0 1010 1011100 10101101 1001010 101

Color Harmonies of #031412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031412

Black with #031412

Text Example


Text Example

White with #031412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031412; }

 p { color: rgb(3,20,18); }

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

background-color css

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

 a { background-color: rgb(3,20,18); }

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

border-color css

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

 span { border-color: rgb(3,20,18); }

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