Html Css Color HEX #031814 Dark Green

📋 copy color: '#031814'

red 3 ◦ green 24 ◦ blue 20

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

Shades of Dark Green #031814

Tints of Dark Green #031814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 42.55%

R = 6.38%
G = 51.06%
B = 42.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#031814 (or 0x031814) is known color: Dark Green. HEX triplet: 03, 18 and 14. RGB value is (3,24,20). Sum of RGB (Red+Green+Blue) = 3+24+20=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #031814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031814 is #FCE7EB. Grayscale: #111111. Windows color (decimal): -16574444 or 1316867. OLE color: 1316867.

HSL color Cylindrical-coordinate representation of color #031814: hue angle of 168.57º 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 #031814 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 3 24 20 -
CMYK 0.88 0 0.17 0.91
HSL 168.57º 0.78% 0.05% -
HSV(B) 168.57º 0.88% 0.09% -
XYZ 0.49 0.72 0.78 -
YUV 17.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 3 24 20 0.88 0 0.17 0.91 168.57 0.78 0.05
Hex 3 18 14 58 0 11 5B A9 4E 5
Octal 3 30 24 130 0 21 133 251 116 5
Binary 11 11000 10100 1011000 0 10001 1011011 10101001 1001110 101

Color Harmonies of #031814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031814

Black with #031814

Text Example


Text Example

White with #031814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031814; }

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

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

background-color css

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

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

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

border-color css

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

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

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