Html Css Color HEX #04312F Dark Green

📋 copy color: '#04312F'

red 4 ◦ green 49 ◦ blue 47

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

Shades of Dark Green #04312F

Tints of Dark Green #04312F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 47%

R = 4%
G = 49%
B = 47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#04312F (or 0x04312F) is known color: Dark Green. HEX triplet: 04, 31 and 2F. RGB value is (4,49,47). Sum of RGB (Red+Green+Blue) = 4+49+47=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #04312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04312F is #FBCED0. Grayscale: #232323. Windows color (decimal): -16502481 or 3092740. OLE color: 3092740.

HSL color Cylindrical-coordinate representation of color #04312F: hue angle of 177.33º 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 #04312F is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 49 47 -
CMYK 0.92 0 0.04 0.81
HSL 177.33º 0.85% 0.1% -
HSV(B) 177.33º 0.92% 0.19% -
XYZ 1.66 2.43 3.07 -
YUV 35.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 4 49 47 0.92 0 0.04 0.81 177.33 0.85 0.1
Hex 4 31 2F 5C 0 4 51 B1 55 A
Octal 4 61 57 134 0 4 121 261 125 12
Binary 100 110001 101111 1011100 0 100 1010001 10110001 1010101 1010

Color Harmonies of #04312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04312F

Black with #04312F

Text Example


Text Example

White with #04312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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