Html Css Color HEX #041A12 Dark Green

📋 copy color: '#041A12'

red 4 ◦ green 26 ◦ blue 18

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

Shades of Dark Green #041A12

Tints of Dark Green #041A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 54.17%

 BLUE value IS 18 (7.42% from 255) = 37.5%

R = 8.33%
G = 54.17%
B = 37.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.31

 K value IS 0.90

RGB Variations

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

Color information

#041A12 (or 0x041A12) is known color: Dark Green. HEX triplet: 04, 1A and 12. RGB value is (4,26,18). Sum of RGB (Red+Green+Blue) = 4+26+18=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #041A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041A12 is #FBE5ED. Grayscale: #121212. Windows color (decimal): -16508398 or 1186308. OLE color: 1186308.

HSL color Cylindrical-coordinate representation of color #041A12: hue angle of 158.18º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #041A12 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.90.

Color convert

RGB 4 26 18 -
CMYK 0.85 0 0.31 0.90
HSL 158.18º 0.73% 0.06% -
HSV(B) 158.18º 0.85% 0.1% -
XYZ 0.53 0.81 0.7 -
YUV 18.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 4 26 18 0.85 0 0.31 0.90 158.18 0.73 0.06
Hex 4 1A 12 55 0 1F 5A 9E 49 6
Octal 4 32 22 125 0 37 132 236 111 6
Binary 100 11010 10010 1010101 0 11111 1011010 10011110 1001001 110

Color Harmonies of #041A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A12

Black with #041A12

Text Example


Text Example

White with #041A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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