Html Css Color HEX #031514 Dark Green

📋 copy color: '#031514'

red 3 ◦ green 21 ◦ blue 20

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

Shades of Dark Green #031514

Tints of Dark Green #031514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 47.73%

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

R = 6.82%
G = 47.73%
B = 45.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#031514 (or 0x031514) is known color: Dark Green. HEX triplet: 03, 15 and 14. RGB value is (3,21,20). Sum of RGB (Red+Green+Blue) = 3+21+20=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #031514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031514 is #FCEAEB. Grayscale: #0F0F0F. Windows color (decimal): -16575212 or 1316099. OLE color: 1316099.

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

Color convert

RGB 3 21 20 -
CMYK 0.86 0 0.05 0.92
HSL 176.67º 0.75% 0.05% -
HSV(B) 176.67º 0.86% 0.08% -
XYZ 0.43 0.61 0.76 -
YUV 15.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 3 21 20 0.86 0 0.05 0.92 176.67 0.75 0.05
Hex 3 15 14 56 0 5 5C B1 4B 5
Octal 3 25 24 126 0 5 134 261 113 5
Binary 11 10101 10100 1010110 0 101 1011100 10110001 1001011 101

Color Harmonies of #031514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031514

Black with #031514

Text Example


Text Example

White with #031514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031514; }

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

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

background-color css

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

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

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

border-color css

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

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

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