Html Css Color HEX #031513 Dark Green

📋 copy color: '#031513'

red 3 ◦ green 21 ◦ blue 19

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

Shades of Dark Green #031513

Tints of Dark Green #031513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 44.19%

R = 6.98%
G = 48.84%
B = 44.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#031513 (or 0x031513) is known color: Dark Green. HEX triplet: 03, 15 and 13. RGB value is (3,21,19). Sum of RGB (Red+Green+Blue) = 3+21+19=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #031513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031513 is #FCEAEC. Grayscale: #0F0F0F. Windows color (decimal): -16575213 or 1250563. OLE color: 1250563.

HSL color Cylindrical-coordinate representation of color #031513: hue angle of 173.33º 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 #031513 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 21 19 -
CMYK 0.86 0 0.10 0.92
HSL 173.33º 0.75% 0.05% -
HSV(B) 173.33º 0.86% 0.08% -
XYZ 0.42 0.6 0.71 -
YUV 15.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 3 21 19 0.86 0 0.10 0.92 173.33 0.75 0.05
Hex 3 15 13 56 0 A 5C AD 4B 5
Octal 3 25 23 126 0 12 134 255 113 5
Binary 11 10101 10011 1010110 0 1010 1011100 10101101 1001011 101

Color Harmonies of #031513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031513

Black with #031513

Text Example


Text Example

White with #031513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031513; }

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

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

background-color css

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

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

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

border-color css

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

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

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