Html Css Color HEX #042E1D Dark Green

📋 copy color: '#042E1D'

red 4 ◦ green 46 ◦ blue 29

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

Shades of Dark Green #042E1D

Tints of Dark Green #042E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 58.23%

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

R = 5.06%
G = 58.23%
B = 36.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.82

RGB Variations

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

Color information

#042E1D (or 0x042E1D) is known color: Dark Green. HEX triplet: 04, 2E and 1D. RGB value is (4,46,29). Sum of RGB (Red+Green+Blue) = 4+46+29=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 46 (18.36% from 255 or 58.23% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 46 - color contains mainly: green. Hex color #042E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E1D is #FBD1E2. Grayscale: #1F1F1F. Windows color (decimal): -16503267 or 1912324. OLE color: 1912324.

HSL color Cylindrical-coordinate representation of color #042E1D: hue angle of 155.71º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042E1D is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.82.

Color convert

RGB 4 46 29 -
CMYK 0.91 0 0.37 0.82
HSL 155.71º 0.84% 0.1% -
HSV(B) 155.71º 0.91% 0.18% -
XYZ 1.25 2.07 1.5 -
YUV 31.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 4 46 29 0.91 0 0.37 0.82 155.71 0.84 0.1
Hex 4 2E 1D 5B 0 25 52 9C 54 A
Octal 4 56 35 133 0 45 122 234 124 12
Binary 100 101110 11101 1011011 0 100101 1010010 10011100 1010100 1010

Color Harmonies of #042E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042E1D

Black with #042E1D

Text Example


Text Example

White with #042E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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