Html Css Color HEX #04120E Dark Green

📋 copy color: '#04120E'

red 4 ◦ green 18 ◦ blue 14

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

Shades of Dark Green #04120E

Tints of Dark Green #04120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 50%

 BLUE value IS 14 (5.86% from 255) = 38.89%

R = 11.11%
G = 50%
B = 38.89%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.93

RGB Variations

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

Color information

#04120E (or 0x04120E) is known color: Dark Green. HEX triplet: 04, 12 and 0E. RGB value is (4,18,14). Sum of RGB (Red+Green+Blue) = 4+18+14=36 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.11% from 36); Green value is 18 (7.42% from 255 or 50% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 18 - color contains mainly: green. Hex color #04120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04120E is #FBEDF1. Grayscale: #0D0D0D. Windows color (decimal): -16510450 or 922116. OLE color: 922116.

HSL color Cylindrical-coordinate representation of color #04120E: hue angle of 162.86º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #04120E is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.93.

Color convert

RGB 4 18 14 -
CMYK 0.78 0 0.22 0.93
HSL 162.86º 0.64% 0.04% -
HSV(B) 162.86º 0.78% 0.07% -
XYZ 0.35 0.49 0.49 -
YUV 13.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 4 18 14 0.78 0 0.22 0.93 162.86 0.64 0.04
Hex 4 12 E 4E 0 16 5D A3 40 4
Octal 4 22 16 116 0 26 135 243 100 4
Binary 100 10010 1110 1001110 0 10110 1011101 10100011 1000000 100

Color Harmonies of #04120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04120E

Black with #04120E

Text Example


Text Example

White with #04120E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,18,14); }

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

background-color css

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

 a { background-color: rgb(4,18,14); }

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

border-color css

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

 span { border-color: rgb(4,18,14); }

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