Html Css Color HEX #031411 Dark Green

📋 copy color: '#031411'

red 3 ◦ green 20 ◦ blue 17

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

Shades of Dark Green #031411

Tints of Dark Green #031411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 50%

 BLUE value IS 17 (7.03% from 255) = 42.5%

R = 7.5%
G = 50%
B = 42.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#031411 (or 0x031411) is known color: Dark Green. HEX triplet: 03, 14 and 11. RGB value is (3,20,17). Sum of RGB (Red+Green+Blue) = 3+20+17=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #031411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031411 is #FCEBEE. Grayscale: #0E0E0E. Windows color (decimal): -16575471 or 1119235. OLE color: 1119235.

HSL color Cylindrical-coordinate representation of color #031411: hue angle of 169.41º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #031411 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 20 17 -
CMYK 0.85 0 0.15 0.92
HSL 169.41º 0.74% 0.05% -
HSV(B) 169.41º 0.85% 0.08% -
XYZ 0.39 0.56 0.62 -
YUV 14.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 3 20 17 0.85 0 0.15 0.92 169.41 0.74 0.05
Hex 3 14 11 55 0 F 5C A9 4A 5
Octal 3 24 21 125 0 17 134 251 112 5
Binary 11 10100 10001 1010101 0 1111 1011100 10101001 1001010 101

Color Harmonies of #031411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031411

Black with #031411

Text Example


Text Example

White with #031411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031411; }

 p { color: rgb(3,20,17); }

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

background-color css

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

 a { background-color: rgb(3,20,17); }

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

border-color css

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

 span { border-color: rgb(3,20,17); }

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