Html Css Color HEX #031413 Dark Green

📋 copy color: '#031413'

red 3 ◦ green 20 ◦ blue 19

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

Shades of Dark Green #031413

Tints of Dark Green #031413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 47.62%

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

R = 7.14%
G = 47.62%
B = 45.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#031413 (or 0x031413) is known color: Dark Green. HEX triplet: 03, 14 and 13. RGB value is (3,20,19). Sum of RGB (Red+Green+Blue) = 3+20+19=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 20 (8.20% from 255 or 47.62% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 20 - color contains mainly: green. Hex color #031413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031413 is #FCEBEC. Grayscale: #0E0E0E. Windows color (decimal): -16575469 or 1250307. OLE color: 1250307.

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

Color convert

RGB 3 20 19 -
CMYK 0.85 0 0.05 0.92
HSL 176.47º 0.74% 0.05% -
HSV(B) 176.47º 0.85% 0.08% -
XYZ 0.41 0.57 0.7 -
YUV 14.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 3 20 19 0.85 0 0.05 0.92 176.47 0.74 0.05
Hex 3 14 13 55 0 5 5C B0 4A 5
Octal 3 24 23 125 0 5 134 260 112 5
Binary 11 10100 10011 1010101 0 101 1011100 10110000 1001010 101

Color Harmonies of #031413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031413

Black with #031413

Text Example


Text Example

White with #031413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031413; }

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

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

background-color css

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

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

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

border-color css

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

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

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