Html Css Color HEX #04311F Dark Green

📋 copy color: '#04311F'

red 4 ◦ green 49 ◦ blue 31

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

Shades of Dark Green #04311F

Tints of Dark Green #04311F

RGB

 RED value IS 4 (1.95% from 255) = 4.76%

 GREEN value IS 49 (19.53% from 255) = 58.33%

 BLUE value IS 31 (12.5% from 255) = 36.9%

R = 4.76%
G = 58.33%
B = 36.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#04311F (or 0x04311F) is known color: Dark Green. HEX triplet: 04, 31 and 1F. RGB value is (4,49,31). Sum of RGB (Red+Green+Blue) = 4+49+31=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #04311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04311F is #FBCEE0. Grayscale: #212121. Windows color (decimal): -16502497 or 2044164. OLE color: 2044164.

HSL color Cylindrical-coordinate representation of color #04311F: hue angle of 156º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04311F is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 49 31 -
CMYK 0.92 0 0.37 0.81
HSL 156º 0.85% 0.1% -
HSV(B) 156º 0.92% 0.19% -
XYZ 1.4 2.32 1.67 -
YUV 33.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 4 49 31 0.92 0 0.37 0.81 156 0.85 0.1
Hex 4 31 1F 5C 0 25 51 9C 55 A
Octal 4 61 37 134 0 45 121 234 125 12
Binary 100 110001 11111 1011100 0 100101 1010001 10011100 1010101 1010

Color Harmonies of #04311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04311F

Black with #04311F

Text Example


Text Example

White with #04311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04311F; }

 p { color: rgb(4,49,31); }

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

background-color css

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

 a { background-color: rgb(4,49,31); }

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

border-color css

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

 span { border-color: rgb(4,49,31); }

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