Html Css Color HEX #042A18 Dark Green

📋 copy color: '#042A18'

red 4 ◦ green 42 ◦ blue 24

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

Shades of Dark Green #042A18

Tints of Dark Green #042A18

RGB

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

 GREEN value IS 42 (16.8% from 255) = 60%

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

R = 5.71%
G = 60%
B = 34.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.84

RGB Variations

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

Color information

#042A18 (or 0x042A18) is known color: Dark Green. HEX triplet: 04, 2A and 18. RGB value is (4,42,24). Sum of RGB (Red+Green+Blue) = 4+42+24=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 42 (16.80% from 255 or 60% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 42 - color contains mainly: green. Hex color #042A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042A18 is #FBD5E7. Grayscale: #1C1C1C. Windows color (decimal): -16504296 or 1583620. OLE color: 1583620.

HSL color Cylindrical-coordinate representation of color #042A18: hue angle of 151.58º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042A18 is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 42 24 -
CMYK 0.90 0 0.43 0.84
HSL 151.58º 0.83% 0.09% -
HSV(B) 151.58º 0.9% 0.16% -
XYZ 1.04 1.75 1.15 -
YUV 28.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 4 42 24 0.90 0 0.43 0.84 151.58 0.83 0.09
Hex 4 2A 18 5A 0 2B 54 98 53 9
Octal 4 52 30 132 0 53 124 230 123 11
Binary 100 101010 11000 1011010 0 101011 1010100 10011000 1010011 1001

Color Harmonies of #042A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042A18

Black with #042A18

Text Example


Text Example

White with #042A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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