Html Css Color HEX #031D0E Dark Green

📋 copy color: '#031D0E'

red 3 ◦ green 29 ◦ blue 14

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

Shades of Dark Green #031D0E

Tints of Dark Green #031D0E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 63.04%

 BLUE value IS 14 (5.86% from 255) = 30.43%

R = 6.52%
G = 63.04%
B = 30.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.89

RGB Variations

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

Color information

#031D0E (or 0x031D0E) is known color: Dark Green. HEX triplet: 03, 1D and 0E. RGB value is (3,29,14). Sum of RGB (Red+Green+Blue) = 3+29+14=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 29 (11.72% from 255 or 63.04% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 29 - color contains mainly: green. Hex color #031D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D0E is #FCE2F1. Grayscale: #131313. Windows color (decimal): -16573170 or 924931. OLE color: 924931.

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

Color convert

RGB 3 29 14 -
CMYK 0.90 0 0.52 0.89
HSL 145.38º 0.81% 0.06% -
HSV(B) 145.38º 0.9% 0.11% -
XYZ 0.56 0.93 0.57 -
YUV 19.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 3 29 14 0.90 0 0.52 0.89 145.38 0.81 0.06
Hex 3 1D E 5A 0 34 59 91 51 6
Octal 3 35 16 132 0 64 131 221 121 6
Binary 11 11101 1110 1011010 0 110100 1011001 10010001 1010001 110

Color Harmonies of #031D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D0E

Black with #031D0E

Text Example


Text Example

White with #031D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,29,14); }

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

background-color css

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

 a { background-color: rgb(3,29,14); }

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

border-color css

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

 span { border-color: rgb(3,29,14); }

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