Html Css Color HEX #031D0D Dark Green

📋 copy color: '#031D0D'

red 3 ◦ green 29 ◦ blue 13

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

Shades of Dark Green #031D0D

Tints of Dark Green #031D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 28.89%

R = 6.67%
G = 64.44%
B = 28.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.55

 K value IS 0.89

RGB Variations

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

Color information

#031D0D (or 0x031D0D) is known color: Dark Green. HEX triplet: 03, 1D and 0D. RGB value is (3,29,13). Sum of RGB (Red+Green+Blue) = 3+29+13=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 29 (11.72% from 255 or 64.44% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 29 - color contains mainly: green. Hex color #031D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D0D is #FCE2F2. Grayscale: #131313. Windows color (decimal): -16573171 or 859395. OLE color: 859395.

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

Color convert

RGB 3 29 13 -
CMYK 0.90 0 0.55 0.89
HSL 143.08º 0.81% 0.06% -
HSV(B) 143.08º 0.9% 0.11% -
XYZ 0.55 0.93 0.53 -
YUV 19.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 3 29 13 0.90 0 0.55 0.89 143.08 0.81 0.06
Hex 3 1D D 5A 0 37 59 8F 51 6
Octal 3 35 15 132 0 67 131 217 121 6
Binary 11 11101 1101 1011010 0 110111 1011001 10001111 1010001 110

Color Harmonies of #031D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D0D

Black with #031D0D

Text Example


Text Example

White with #031D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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