Html Css Color HEX #031E13 Dark Green

📋 copy color: '#031E13'

red 3 ◦ green 30 ◦ blue 19

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

Shades of Dark Green #031E13

Tints of Dark Green #031E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 57.69%

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

R = 5.77%
G = 57.69%
B = 36.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.88

RGB Variations

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

Color information

#031E13 (or 0x031E13) is known color: Dark Green. HEX triplet: 03, 1E and 13. RGB value is (3,30,19). Sum of RGB (Red+Green+Blue) = 3+30+19=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #031E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E13 is #FCE1EC. Grayscale: #141414. Windows color (decimal): -16572909 or 1252867. OLE color: 1252867.

HSL color Cylindrical-coordinate representation of color #031E13: hue angle of 155.56º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031E13 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.

Color convert

RGB 3 30 19 -
CMYK 0.90 0 0.37 0.88
HSL 155.56º 0.82% 0.06% -
HSV(B) 155.56º 0.9% 0.12% -
XYZ 0.62 0.99 0.78 -
YUV 20.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 3 30 19 0.90 0 0.37 0.88 155.56 0.82 0.06
Hex 3 1E 13 5A 0 25 58 9C 52 6
Octal 3 36 23 132 0 45 130 234 122 6
Binary 11 11110 10011 1011010 0 100101 1011000 10011100 1010010 110

Color Harmonies of #031E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E13

Black with #031E13

Text Example


Text Example

White with #031E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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