Html Css Color HEX #031F0D Dark Green

📋 copy color: '#031F0D'

red 3 ◦ green 31 ◦ blue 13

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

Shades of Dark Green #031F0D

Tints of Dark Green #031F0D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 65.96%

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

R = 6.38%
G = 65.96%
B = 27.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.88

RGB Variations

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

Color information

#031F0D (or 0x031F0D) is known color: Dark Green. HEX triplet: 03, 1F and 0D. RGB value is (3,31,13). Sum of RGB (Red+Green+Blue) = 3+31+13=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 31 (12.5% from 255 or 65.96% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 31 - color contains mainly: green. Hex color #031F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F0D is #FCE0F2. Grayscale: #141414. Windows color (decimal): -16572659 or 859907. OLE color: 859907.

HSL color Cylindrical-coordinate representation of color #031F0D: hue angle of 141.43º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031F0D is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.

Color convert

RGB 3 31 13 -
CMYK 0.90 0 0.58 0.88
HSL 141.43º 0.82% 0.07% -
HSV(B) 141.43º 0.9% 0.12% -
XYZ 0.6 1.03 0.55 -
YUV 20.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 3 31 13 0.90 0 0.58 0.88 141.43 0.82 0.07
Hex 3 1F D 5A 0 3A 58 8D 52 7
Octal 3 37 15 132 0 72 130 215 122 7
Binary 11 11111 1101 1011010 0 111010 1011000 10001101 1010010 111

Color Harmonies of #031F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F0D

Black with #031F0D

Text Example


Text Example

White with #031F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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