Html Css Color HEX #031F0B Dark Green

📋 copy color: '#031F0B'

red 3 ◦ green 31 ◦ blue 11

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

Shades of Dark Green #031F0B

Tints of Dark Green #031F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 24.44%

R = 6.67%
G = 68.89%
B = 24.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.65

 K value IS 0.88

RGB Variations

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

Color information

#031F0B (or 0x031F0B) is known color: Dark Green. HEX triplet: 03, 1F and 0B. RGB value is (3,31,11). Sum of RGB (Red+Green+Blue) = 3+31+11=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 31 (12.5% from 255 or 68.89% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 31 - color contains mainly: green. Hex color #031F0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F0B is #FCE0F4. Grayscale: #141414. Windows color (decimal): -16572661 or 728835. OLE color: 728835.

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

Color convert

RGB 3 31 11 -
CMYK 0.90 0 0.65 0.88
HSL 137.14º 0.82% 0.07% -
HSV(B) 137.14º 0.9% 0.12% -
XYZ 0.59 1.02 0.48 -
YUV 20.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 3 31 11 0.90 0 0.65 0.88 137.14 0.82 0.07
Hex 3 1F B 5A 0 41 58 89 52 7
Octal 3 37 13 132 0 101 130 211 122 7
Binary 11 11111 1011 1011010 0 1000001 1011000 10001001 1010010 111

Color Harmonies of #031F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F0B

Black with #031F0B

Text Example


Text Example

White with #031F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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