Html Css Color HEX #031D0F Dark Green

📋 copy color: '#031D0F'

red 3 ◦ green 29 ◦ blue 15

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

Shades of Dark Green #031D0F

Tints of Dark Green #031D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 31.91%

R = 6.38%
G = 61.7%
B = 31.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#031D0F (or 0x031D0F) is known color: Dark Green. HEX triplet: 03, 1D and 0F. RGB value is (3,29,15). Sum of RGB (Red+Green+Blue) = 3+29+15=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #031D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D0F is #FCE2F0. Grayscale: #131313. Windows color (decimal): -16573169 or 990467. OLE color: 990467.

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

Color convert

RGB 3 29 15 -
CMYK 0.90 0 0.48 0.89
HSL 147.69º 0.81% 0.06% -
HSV(B) 147.69º 0.9% 0.11% -
XYZ 0.56 0.93 0.6 -
YUV 19.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 3 29 15 0.90 0 0.48 0.89 147.69 0.81 0.06
Hex 3 1D F 5A 0 30 59 94 51 6
Octal 3 35 17 132 0 60 131 224 121 6
Binary 11 11101 1111 1011010 0 110000 1011001 10010100 1010001 110

Color Harmonies of #031D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D0F

Black with #031D0F

Text Example


Text Example

White with #031D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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