Html Css Color HEX #031D14 Dark Green

📋 copy color: '#031D14'

red 3 ◦ green 29 ◦ blue 20

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

Shades of Dark Green #031D14

Tints of Dark Green #031D14

RGB

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

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

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

R = 5.77%
G = 55.77%
B = 38.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.31

 K value IS 0.89

RGB Variations

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

Color information

#031D14 (or 0x031D14) is known color: Dark Green. HEX triplet: 03, 1D and 14. RGB value is (3,29,20). Sum of RGB (Red+Green+Blue) = 3+29+20=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 29 (11.72% from 255 or 55.77% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 29 - color contains mainly: green. Hex color #031D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D14 is #FCE2EB. Grayscale: #141414. Windows color (decimal): -16573164 or 1318147. OLE color: 1318147.

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

Color convert

RGB 3 29 20 -
CMYK 0.90 0 0.31 0.89
HSL 159.23º 0.81% 0.06% -
HSV(B) 159.23º 0.9% 0.11% -
XYZ 0.6 0.95 0.81 -
YUV 20.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 3 29 20 0.90 0 0.31 0.89 159.23 0.81 0.06
Hex 3 1D 14 5A 0 1F 59 9F 51 6
Octal 3 35 24 132 0 37 131 237 121 6
Binary 11 11101 10100 1011010 0 11111 1011001 10011111 1010001 110

Color Harmonies of #031D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D14

Black with #031D14

Text Example


Text Example

White with #031D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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