Html Css Color HEX #031A14 Dark Green

📋 copy color: '#031A14'

red 3 ◦ green 26 ◦ blue 20

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

Shades of Dark Green #031A14

Tints of Dark Green #031A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 40.82%

R = 6.12%
G = 53.06%
B = 40.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.90

RGB Variations

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

Color information

#031A14 (or 0x031A14) is known color: Dark Green. HEX triplet: 03, 1A and 14. RGB value is (3,26,20). Sum of RGB (Red+Green+Blue) = 3+26+20=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 26 (10.55% from 255 or 53.06% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 26 - color contains mainly: green. Hex color #031A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031A14 is #FCE5EB. Grayscale: #121212. Windows color (decimal): -16573932 or 1317379. OLE color: 1317379.

HSL color Cylindrical-coordinate representation of color #031A14: hue angle of 164.35º 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 #031A14 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.90.

Color convert

RGB 3 26 20 -
CMYK 0.88 0 0.23 0.90
HSL 164.35º 0.79% 0.06% -
HSV(B) 164.35º 0.88% 0.1% -
XYZ 0.53 0.81 0.79 -
YUV 18.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 3 26 20 0.88 0 0.23 0.90 164.35 0.79 0.06
Hex 3 1A 14 58 0 17 5A A4 4F 6
Octal 3 32 24 130 0 27 132 244 117 6
Binary 11 11010 10100 1011000 0 10111 1011010 10100100 1001111 110

Color Harmonies of #031A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A14

Black with #031A14

Text Example


Text Example

White with #031A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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