Html Css Color HEX #042A1F Dark Green

📋 copy color: '#042A1F'

red 4 ◦ green 42 ◦ blue 31

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

Shades of Dark Green #042A1F

Tints of Dark Green #042A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 40.26%

R = 5.19%
G = 54.55%
B = 40.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.84

RGB Variations

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

Color information

#042A1F (or 0x042A1F) is known color: Dark Green. HEX triplet: 04, 2A and 1F. RGB value is (4,42,31). Sum of RGB (Red+Green+Blue) = 4+42+31=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 42 (16.80% from 255 or 54.55% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 42 - color contains mainly: green. Hex color #042A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042A1F is #FBD5E0. Grayscale: #1D1D1D. Windows color (decimal): -16504289 or 2042372. OLE color: 2042372.

HSL color Cylindrical-coordinate representation of color #042A1F: hue angle of 162.63º 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 #042A1F is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 42 31 -
CMYK 0.90 0 0.26 0.84
HSL 162.63º 0.83% 0.09% -
HSV(B) 162.63º 0.9% 0.16% -
XYZ 1.13 1.78 1.58 -
YUV 29.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 4 42 31 0.90 0 0.26 0.84 162.63 0.83 0.09
Hex 4 2A 1F 5A 0 1A 54 A3 53 9
Octal 4 52 37 132 0 32 124 243 123 11
Binary 100 101010 11111 1011010 0 11010 1010100 10100011 1010011 1001

Color Harmonies of #042A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042A1F

Black with #042A1F

Text Example


Text Example

White with #042A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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