Html Css Color HEX #041D14 Dark Green

📋 copy color: '#041D14'

red 4 ◦ green 29 ◦ blue 20

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

Shades of Dark Green #041D14

Tints of Dark Green #041D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 54.72%

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

R = 7.55%
G = 54.72%
B = 37.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.89

RGB Variations

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

Color information

#041D14 (or 0x041D14) is known color: Dark Green. HEX triplet: 04, 1D and 14. RGB value is (4,29,20). Sum of RGB (Red+Green+Blue) = 4+29+20=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #041D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041D14 is #FBE2EB. Grayscale: #141414. Windows color (decimal): -16507628 or 1318148. OLE color: 1318148.

HSL color Cylindrical-coordinate representation of color #041D14: hue angle of 158.4º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #041D14 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.89.

Color convert

RGB 4 29 20 -
CMYK 0.86 0 0.31 0.89
HSL 158.4º 0.76% 0.06% -
HSV(B) 158.4º 0.86% 0.11% -
XYZ 0.62 0.96 0.81 -
YUV 20.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 4 29 20 0.86 0 0.31 0.89 158.4 0.76 0.06
Hex 4 1D 14 56 0 1F 59 9E 4C 6
Octal 4 35 24 126 0 37 131 236 114 6
Binary 100 11101 10100 1010110 0 11111 1011001 10011110 1001100 110

Color Harmonies of #041D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D14

Black with #041D14

Text Example


Text Example

White with #041D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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