Html Css Color HEX #031E14 Dark Green

📋 copy color: '#031E14'

red 3 ◦ green 30 ◦ blue 20

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

Shades of Dark Green #031E14

Tints of Dark Green #031E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 56.6%

 BLUE value IS 20 (8.2% from 255) = 37.74%

R = 5.66%
G = 56.6%
B = 37.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.88

RGB Variations

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

Color information

#031E14 (or 0x031E14) is known color: Dark Green. HEX triplet: 03, 1E and 14. RGB value is (3,30,20). Sum of RGB (Red+Green+Blue) = 3+30+20=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #031E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E14 is #FCE1EB. Grayscale: #141414. Windows color (decimal): -16572908 or 1318403. OLE color: 1318403.

HSL color Cylindrical-coordinate representation of color #031E14: hue angle of 157.78º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031E14 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.

Color convert

RGB 3 30 20 -
CMYK 0.90 0 0.33 0.88
HSL 157.78º 0.82% 0.06% -
HSV(B) 157.78º 0.9% 0.12% -
XYZ 0.63 1 0.82 -
YUV 20.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 3 30 20 0.90 0 0.33 0.88 157.78 0.82 0.06
Hex 3 1E 14 5A 0 21 58 9E 52 6
Octal 3 36 24 132 0 41 130 236 122 6
Binary 11 11110 10100 1011010 0 100001 1011000 10011110 1010010 110

Color Harmonies of #031E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E14

Black with #031E14

Text Example


Text Example

White with #031E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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