Html Css Color HEX #041C14 Dark Green

📋 copy color: '#041C14'

red 4 ◦ green 28 ◦ blue 20

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

Shades of Dark Green #041C14

Tints of Dark Green #041C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 53.85%

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

R = 7.69%
G = 53.85%
B = 38.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.89

RGB Variations

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

Color information

#041C14 (or 0x041C14) is known color: Dark Green. HEX triplet: 04, 1C and 14. RGB value is (4,28,20). Sum of RGB (Red+Green+Blue) = 4+28+20=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 28 (11.33% from 255 or 53.85% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 28 - color contains mainly: green. Hex color #041C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041C14 is #FBE3EB. Grayscale: #131313. Windows color (decimal): -16507884 or 1317892. OLE color: 1317892.

HSL color Cylindrical-coordinate representation of color #041C14: hue angle of 160º degrees, saturation: 0.75, 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 #041C14 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB 4 28 20 -
CMYK 0.86 0 0.29 0.89
HSL 160º 0.75% 0.06% -
HSV(B) 160º 0.86% 0.11% -
XYZ 0.59 0.91 0.81 -
YUV 19.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 4 28 20 0.86 0 0.29 0.89 160 0.75 0.06
Hex 4 1C 14 56 0 1D 59 A0 4B 6
Octal 4 34 24 126 0 35 131 240 113 6
Binary 100 11100 10100 1010110 0 11101 1011001 10100000 1001011 110

Color Harmonies of #041C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C14

Black with #041C14

Text Example


Text Example

White with #041C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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