Html Css Color HEX #043014 Dark Green

📋 copy color: '#043014'

red 4 ◦ green 48 ◦ blue 20

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

Shades of Dark Green #043014

Tints of Dark Green #043014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 27.78%

R = 5.56%
G = 66.67%
B = 27.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#043014 (or 0x043014) is known color: Dark Green. HEX triplet: 04, 30 and 14. RGB value is (4,48,20). Sum of RGB (Red+Green+Blue) = 4+48+20=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #043014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043014 is #FBCFEB. Grayscale: #1F1F1F. Windows color (decimal): -16502764 or 1323012. OLE color: 1323012.

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

Color convert

RGB 4 48 20 -
CMYK 0.92 0 0.58 0.81
HSL 141.82º 0.85% 0.1% -
HSV(B) 141.82º 0.92% 0.19% -
XYZ 1.23 2.19 1.02 -
YUV 31.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 4 48 20 0.92 0 0.58 0.81 141.82 0.85 0.1
Hex 4 30 14 5C 0 3A 51 8E 55 A
Octal 4 60 24 134 0 72 121 216 125 12
Binary 100 110000 10100 1011100 0 111010 1010001 10001110 1010101 1010

Color Harmonies of #043014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043014

Black with #043014

Text Example


Text Example

White with #043014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043014; }

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

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

background-color css

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

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

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

border-color css

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

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

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