Html Css Color HEX #031F0C Dark Green

📋 copy color: '#031F0C'

red 3 ◦ green 31 ◦ blue 12

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

Shades of Dark Green #031F0C

Tints of Dark Green #031F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 26.09%

R = 6.52%
G = 67.39%
B = 26.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.61

 K value IS 0.88

RGB Variations

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

Color information

#031F0C (or 0x031F0C) is known color: Dark Green. HEX triplet: 03, 1F and 0C. RGB value is (3,31,12). Sum of RGB (Red+Green+Blue) = 3+31+12=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 31 (12.5% from 255 or 67.39% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 31 - color contains mainly: green. Hex color #031F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F0C is #FCE0F3. Grayscale: #141414. Windows color (decimal): -16572660 or 794371. OLE color: 794371.

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

Color convert

RGB 3 31 12 -
CMYK 0.90 0 0.61 0.88
HSL 139.29º 0.82% 0.07% -
HSV(B) 139.29º 0.9% 0.12% -
XYZ 0.59 1.03 0.51 -
YUV 20.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 3 31 12 0.90 0 0.61 0.88 139.29 0.82 0.07
Hex 3 1F C 5A 0 3D 58 8B 52 7
Octal 3 37 14 132 0 75 130 213 122 7
Binary 11 11111 1100 1011010 0 111101 1011000 10001011 1010010 111

Color Harmonies of #031F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F0C

Black with #031F0C

Text Example


Text Example

White with #031F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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