Html Css Color HEX #04301E Dark Green

📋 copy color: '#04301E'

red 4 ◦ green 48 ◦ blue 30

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

Shades of Dark Green #04301E

Tints of Dark Green #04301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 36.59%

R = 4.88%
G = 58.54%
B = 36.59%

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

#04301E (or 0x04301E) is known color: Dark Green. HEX triplet: 04, 30 and 1E. RGB value is (4,48,30). Sum of RGB (Red+Green+Blue) = 4+48+30=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #04301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04301E is #FBCFE1. Grayscale: #202020. Windows color (decimal): -16502754 or 1978372. OLE color: 1978372.

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

Color convert

RGB 4 48 30 -
CMYK 0.92 0 0.37 0.81
HSL 155.45º 0.85% 0.1% -
HSV(B) 155.45º 0.92% 0.19% -
XYZ 1.34 2.23 1.59 -
YUV 32.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 4 48 30 0.92 0 0.37 0.81 155.45 0.85 0.1
Hex 4 30 1E 5C 0 25 51 9B 55 A
Octal 4 60 36 134 0 45 121 233 125 12
Binary 100 110000 11110 1011100 0 100101 1010001 10011011 1010101 1010

Color Harmonies of #04301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04301E

Black with #04301E

Text Example


Text Example

White with #04301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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