Html Css Color HEX #031E0D Dark Green

📋 copy color: '#031E0D'

red 3 ◦ green 30 ◦ blue 13

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

Shades of Dark Green #031E0D

Tints of Dark Green #031E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 28.26%

R = 6.52%
G = 65.22%
B = 28.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.57

 K value IS 0.88

RGB Variations

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

Color information

#031E0D (or 0x031E0D) is known color: Dark Green. HEX triplet: 03, 1E and 0D. RGB value is (3,30,13). Sum of RGB (Red+Green+Blue) = 3+30+13=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 30 (12.11% from 255 or 65.22% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 30 - color contains mainly: green. Hex color #031E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E0D is #FCE1F2. Grayscale: #141414. Windows color (decimal): -16572915 or 859651. OLE color: 859651.

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

Color convert

RGB 3 30 13 -
CMYK 0.90 0 0.57 0.88
HSL 142.22º 0.82% 0.06% -
HSV(B) 142.22º 0.9% 0.12% -
XYZ 0.57 0.98 0.54 -
YUV 19.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 3 30 13 0.90 0 0.57 0.88 142.22 0.82 0.06
Hex 3 1E D 5A 0 39 58 8E 52 6
Octal 3 36 15 132 0 71 130 216 122 6
Binary 11 11110 1101 1011010 0 111001 1011000 10001110 1010010 110

Color Harmonies of #031E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E0D

Black with #031E0D

Text Example


Text Example

White with #031E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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