Html Css Color HEX #042A1D Dark Green

📋 copy color: '#042A1D'

red 4 ◦ green 42 ◦ blue 29

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

Shades of Dark Green #042A1D

Tints of Dark Green #042A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 38.67%

R = 5.33%
G = 56%
B = 38.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.31

 K value IS 0.84

RGB Variations

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

Color information

#042A1D (or 0x042A1D) is known color: Dark Green. HEX triplet: 04, 2A and 1D. RGB value is (4,42,29). Sum of RGB (Red+Green+Blue) = 4+42+29=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 42 (16.80% from 255 or 56% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 42 - color contains mainly: green. Hex color #042A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042A1D is #FBD5E2. Grayscale: #1D1D1D. Windows color (decimal): -16504291 or 1911300. OLE color: 1911300.

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

Color convert

RGB 4 42 29 -
CMYK 0.90 0 0.31 0.84
HSL 159.47º 0.83% 0.09% -
HSV(B) 159.47º 0.9% 0.16% -
XYZ 1.1 1.77 1.45 -
YUV 29.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 4 42 29 0.90 0 0.31 0.84 159.47 0.83 0.09
Hex 4 2A 1D 5A 0 1F 54 9F 53 9
Octal 4 52 35 132 0 37 124 237 123 11
Binary 100 101010 11101 1011010 0 11111 1010100 10011111 1010011 1001

Color Harmonies of #042A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042A1D

Black with #042A1D

Text Example


Text Example

White with #042A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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