Html Css Color HEX #041C0C Dark Green

📋 copy color: '#041C0C'

red 4 ◦ green 28 ◦ blue 12

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

Shades of Dark Green #041C0C

Tints of Dark Green #041C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 27.27%

R = 9.09%
G = 63.64%
B = 27.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.89

RGB Variations

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

Color information

#041C0C (or 0x041C0C) is known color: Dark Green. HEX triplet: 04, 1C and 0C. RGB value is (4,28,12). Sum of RGB (Red+Green+Blue) = 4+28+12=44 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.09% from 44); Green value is 28 (11.33% from 255 or 63.64% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 28 - color contains mainly: green. Hex color #041C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041C0C is #FBE3F3. Grayscale: #131313. Windows color (decimal): -16507892 or 793604. OLE color: 793604.

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

Color convert

RGB 4 28 12 -
CMYK 0.86 0 0.57 0.89
HSL 140º 0.75% 0.06% -
HSV(B) 140º 0.86% 0.11% -
XYZ 0.53 0.88 0.49 -
YUV 19 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 4 28 12 0.86 0 0.57 0.89 140 0.75 0.06
Hex 4 1C C 56 0 39 59 8C 4B 6
Octal 4 34 14 126 0 71 131 214 113 6
Binary 100 11100 1100 1010110 0 111001 1011001 10001100 1001011 110

Color Harmonies of #041C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C0C

Black with #041C0C

Text Example


Text Example

White with #041C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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