Html Css Color HEX #031C13 Dark Green

📋 copy color: '#031C13'

red 3 ◦ green 28 ◦ blue 19

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

Shades of Dark Green #031C13

Tints of Dark Green #031C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 56%

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

R = 6%
G = 56%
B = 38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.89

RGB Variations

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

Color information

#031C13 (or 0x031C13) is known color: Dark Green. HEX triplet: 03, 1C and 13. RGB value is (3,28,19). Sum of RGB (Red+Green+Blue) = 3+28+19=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #031C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C13 is #FCE3EC. Grayscale: #131313. Windows color (decimal): -16573421 or 1252355. OLE color: 1252355.

HSL color Cylindrical-coordinate representation of color #031C13: hue angle of 158.4º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031C13 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 28 19 -
CMYK 0.89 0 0.32 0.89
HSL 158.4º 0.81% 0.06% -
HSV(B) 158.4º 0.89% 0.11% -
XYZ 0.57 0.9 0.76 -
YUV 19.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 3 28 19 0.89 0 0.32 0.89 158.4 0.81 0.06
Hex 3 1C 13 59 0 20 59 9E 51 6
Octal 3 34 23 131 0 40 131 236 121 6
Binary 11 11100 10011 1011001 0 100000 1011001 10011110 1010001 110

Color Harmonies of #031C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C13

Black with #031C13

Text Example


Text Example

White with #031C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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