Html Css Color HEX #031914 Dark Green

📋 copy color: '#031914'

red 3 ◦ green 25 ◦ blue 20

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

Shades of Dark Green #031914

Tints of Dark Green #031914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 52.08%

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

R = 6.25%
G = 52.08%
B = 41.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#031914 (or 0x031914) is known color: Dark Green. HEX triplet: 03, 19 and 14. RGB value is (3,25,20). Sum of RGB (Red+Green+Blue) = 3+25+20=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 25 (10.16% from 255 or 52.08% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 25 - color contains mainly: green. Hex color #031914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031914 is #FCE6EB. Grayscale: #111111. Windows color (decimal): -16574188 or 1317123. OLE color: 1317123.

HSL color Cylindrical-coordinate representation of color #031914: hue angle of 166.36º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031914 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB 3 25 20 -
CMYK 0.88 0 0.20 0.90
HSL 166.36º 0.79% 0.05% -
HSV(B) 166.36º 0.88% 0.1% -
XYZ 0.51 0.77 0.78 -
YUV 17.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 3 25 20 0.88 0 0.20 0.90 166.36 0.79 0.05
Hex 3 19 14 58 0 14 5A A6 4F 5
Octal 3 31 24 130 0 24 132 246 117 5
Binary 11 11001 10100 1011000 0 10100 1011010 10100110 1001111 101

Color Harmonies of #031914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031914

Black with #031914

Text Example


Text Example

White with #031914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031914; }

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

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

background-color css

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

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

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

border-color css

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

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

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