Html Css Color HEX #031F0E Dark Green

📋 copy color: '#031F0E'

red 3 ◦ green 31 ◦ blue 14

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

Shades of Dark Green #031F0E

Tints of Dark Green #031F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 29.17%

R = 6.25%
G = 64.58%
B = 29.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.55

 K value IS 0.88

RGB Variations

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

Color information

#031F0E (or 0x031F0E) is known color: Dark Green. HEX triplet: 03, 1F and 0E. RGB value is (3,31,14). Sum of RGB (Red+Green+Blue) = 3+31+14=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 31 (12.5% from 255 or 64.58% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 31 - color contains mainly: green. Hex color #031F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F0E is #FCE0F1. Grayscale: #141414. Windows color (decimal): -16572658 or 925443. OLE color: 925443.

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

Color convert

RGB 3 31 14 -
CMYK 0.90 0 0.55 0.88
HSL 143.57º 0.82% 0.07% -
HSV(B) 143.57º 0.9% 0.12% -
XYZ 0.61 1.03 0.58 -
YUV 20.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 3 31 14 0.90 0 0.55 0.88 143.57 0.82 0.07
Hex 3 1F E 5A 0 37 58 90 52 7
Octal 3 37 16 132 0 67 130 220 122 7
Binary 11 11111 1110 1011010 0 110111 1011000 10010000 1010010 111

Color Harmonies of #031F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F0E

Black with #031F0E

Text Example


Text Example

White with #031F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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