Html Css Color HEX #042118 Dark Green

📋 copy color: '#042118'

red 4 ◦ green 33 ◦ blue 24

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

Shades of Dark Green #042118

Tints of Dark Green #042118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 54.1%

 BLUE value IS 24 (9.77% from 255) = 39.34%

R = 6.56%
G = 54.1%
B = 39.34%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.87

RGB Variations

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

Color information

#042118 (or 0x042118) is known color: Dark Green. HEX triplet: 04, 21 and 18. RGB value is (4,33,24). Sum of RGB (Red+Green+Blue) = 4+33+24=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 33 (13.28% from 255 or 54.10% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 33 - color contains mainly: green. Hex color #042118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042118 is #FBDEE7. Grayscale: #171717. Windows color (decimal): -16506600 or 1581316. OLE color: 1581316.

HSL color Cylindrical-coordinate representation of color #042118: hue angle of 161.38º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #042118 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.87.

Color convert

RGB 4 33 24 -
CMYK 0.88 0 0.27 0.87
HSL 161.38º 0.78% 0.07% -
HSV(B) 161.38º 0.88% 0.13% -
XYZ 0.76 1.18 1.05 -
YUV 23.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 4 33 24 0.88 0 0.27 0.87 161.38 0.78 0.07
Hex 4 21 18 58 0 1B 57 A1 4E 7
Octal 4 41 30 130 0 33 127 241 116 7
Binary 100 100001 11000 1011000 0 11011 1010111 10100001 1001110 111

Color Harmonies of #042118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042118

Black with #042118

Text Example


Text Example

White with #042118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042118; }

 p { color: rgb(4,33,24); }

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

background-color css

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

 a { background-color: rgb(4,33,24); }

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

border-color css

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

 span { border-color: rgb(4,33,24); }

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