Html Css Color HEX #031812 Dark Green

📋 copy color: '#031812'

red 3 ◦ green 24 ◦ blue 18

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

Shades of Dark Green #031812

Tints of Dark Green #031812

RGB

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

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

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

R = 6.67%
G = 53.33%
B = 40%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#031812 (or 0x031812) is known color: Dark Green. HEX triplet: 03, 18 and 12. RGB value is (3,24,18). Sum of RGB (Red+Green+Blue) = 3+24+18=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 24 (9.77% from 255 or 53.33% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 24 - color contains mainly: green. Hex color #031812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031812 is #FCE7ED. Grayscale: #111111. Windows color (decimal): -16574446 or 1185795. OLE color: 1185795.

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

Color convert

RGB 3 24 18 -
CMYK 0.88 0 0.25 0.91
HSL 162.86º 0.78% 0.05% -
HSV(B) 162.86º 0.88% 0.09% -
XYZ 0.47 0.72 0.69 -
YUV 17.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 3 24 18 0.88 0 0.25 0.91 162.86 0.78 0.05
Hex 3 18 12 58 0 19 5B A3 4E 5
Octal 3 30 22 130 0 31 133 243 116 5
Binary 11 11000 10010 1011000 0 11001 1011011 10100011 1001110 101

Color Harmonies of #031812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031812

Black with #031812

Text Example


Text Example

White with #031812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031812; }

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

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

background-color css

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

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

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

border-color css

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

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

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