Html Css Color HEX #04301F Dark Green

📋 copy color: '#04301F'

red 4 ◦ green 48 ◦ blue 31

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

Shades of Dark Green #04301F

Tints of Dark Green #04301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 57.83%

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

R = 4.82%
G = 57.83%
B = 37.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#04301F (or 0x04301F) is known color: Dark Green. HEX triplet: 04, 30 and 1F. RGB value is (4,48,31). Sum of RGB (Red+Green+Blue) = 4+48+31=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 48 (19.14% from 255 or 57.83% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 48 - color contains mainly: green. Hex color #04301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04301F is #FBCFE0. Grayscale: #202020. Windows color (decimal): -16502753 or 2043908. OLE color: 2043908.

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

Color convert

RGB 4 48 31 -
CMYK 0.92 0 0.35 0.81
HSL 156.82º 0.85% 0.1% -
HSV(B) 156.82º 0.92% 0.19% -
XYZ 1.35 2.24 1.66 -
YUV 32.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 4 48 31 0.92 0 0.35 0.81 156.82 0.85 0.1
Hex 4 30 1F 5C 0 23 51 9D 55 A
Octal 4 60 37 134 0 43 121 235 125 12
Binary 100 110000 11111 1011100 0 100011 1010001 10011101 1010101 1010

Color Harmonies of #04301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04301F

Black with #04301F

Text Example


Text Example

White with #04301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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