Html Css Color HEX #031A13 Dark Green

📋 copy color: '#031A13'

red 3 ◦ green 26 ◦ blue 19

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

Shades of Dark Green #031A13

Tints of Dark Green #031A13

RGB

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

 GREEN value IS 26 (10.55% from 255) = 54.17%

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

R = 6.25%
G = 54.17%
B = 39.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.90

RGB Variations

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

Color information

#031A13 (or 0x031A13) is known color: Dark Green. HEX triplet: 03, 1A and 13. RGB value is (3,26,19). Sum of RGB (Red+Green+Blue) = 3+26+19=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #031A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031A13 is #FCE5EC. Grayscale: #121212. Windows color (decimal): -16573933 or 1251843. OLE color: 1251843.

HSL color Cylindrical-coordinate representation of color #031A13: hue angle of 161.74º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031A13 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.90.

Color convert

RGB 3 26 19 -
CMYK 0.88 0 0.27 0.90
HSL 161.74º 0.79% 0.06% -
HSV(B) 161.74º 0.88% 0.1% -
XYZ 0.52 0.81 0.74 -
YUV 18.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 3 26 19 0.88 0 0.27 0.90 161.74 0.79 0.06
Hex 3 1A 13 58 0 1B 5A A2 4F 6
Octal 3 32 23 130 0 33 132 242 117 6
Binary 11 11010 10011 1011000 0 11011 1011010 10100010 1001111 110

Color Harmonies of #031A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A13

Black with #031A13

Text Example


Text Example

White with #031A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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