Html Css Color HEX #042C1E Dark Green

📋 copy color: '#042C1E'

red 4 ◦ green 44 ◦ blue 30

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

Shades of Dark Green #042C1E

Tints of Dark Green #042C1E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 56.41%

 BLUE value IS 30 (12.11% from 255) = 38.46%

R = 5.13%
G = 56.41%
B = 38.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.83

RGB Variations

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

Color information

#042C1E (or 0x042C1E) is known color: Dark Green. HEX triplet: 04, 2C and 1E. RGB value is (4,44,30). Sum of RGB (Red+Green+Blue) = 4+44+30=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 44 (17.58% from 255 or 56.41% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 44 - color contains mainly: green. Hex color #042C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C1E is #FBD3E1. Grayscale: #1E1E1E. Windows color (decimal): -16503778 or 1977348. OLE color: 1977348.

HSL color Cylindrical-coordinate representation of color #042C1E: hue angle of 159º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042C1E is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.83.

Color convert

RGB 4 44 30 -
CMYK 0.91 0 0.32 0.83
HSL 159º 0.83% 0.09% -
HSV(B) 159º 0.91% 0.17% -
XYZ 1.19 1.92 1.54 -
YUV 30.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 4 44 30 0.91 0 0.32 0.83 159 0.83 0.09
Hex 4 2C 1E 5B 0 20 53 9F 53 9
Octal 4 54 36 133 0 40 123 237 123 11
Binary 100 101100 11110 1011011 0 100000 1010011 10011111 1010011 1001

Color Harmonies of #042C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C1E

Black with #042C1E

Text Example


Text Example

White with #042C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,44,30); }

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

background-color css

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

 a { background-color: rgb(4,44,30); }

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

border-color css

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

 span { border-color: rgb(4,44,30); }

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