Html Css Color HEX #031F0A Dark Green

📋 copy color: '#031F0A'

red 3 ◦ green 31 ◦ blue 10

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

Shades of Dark Green #031F0A

Tints of Dark Green #031F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 22.73%

R = 6.82%
G = 70.45%
B = 22.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.88

RGB Variations

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

Color information

#031F0A (or 0x031F0A) is known color: Dark Green. HEX triplet: 03, 1F and 0A. RGB value is (3,31,10). Sum of RGB (Red+Green+Blue) = 3+31+10=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 31 (12.5% from 255 or 70.45% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 31 - color contains mainly: green. Hex color #031F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F0A is #FCE0F5. Grayscale: #141414. Windows color (decimal): -16572662 or 663299. OLE color: 663299.

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

Color convert

RGB 3 31 10 -
CMYK 0.90 0 0.68 0.88
HSL 135º 0.82% 0.07% -
HSV(B) 135º 0.9% 0.12% -
XYZ 0.58 1.02 0.45 -
YUV 20.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 3 31 10 0.90 0 0.68 0.88 135 0.82 0.07
Hex 3 1F A 5A 0 44 58 87 52 7
Octal 3 37 12 132 0 104 130 207 122 7
Binary 11 11111 1010 1011010 0 1000100 1011000 10000111 1010010 111

Color Harmonies of #031F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F0A

Black with #031F0A

Text Example


Text Example

White with #031F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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