Html Css Color HEX #042C1C Dark Green

📋 copy color: '#042C1C'

red 4 ◦ green 44 ◦ blue 28

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

Shades of Dark Green #042C1C

Tints of Dark Green #042C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 36.84%

R = 5.26%
G = 57.89%
B = 36.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.83

RGB Variations

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

Color information

#042C1C (or 0x042C1C) is known color: Dark Green. HEX triplet: 04, 2C and 1C. RGB value is (4,44,28). Sum of RGB (Red+Green+Blue) = 4+44+28=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 44 (17.58% from 255 or 57.89% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 44 - color contains mainly: green. Hex color #042C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C1C is #FBD3E3. Grayscale: #1E1E1E. Windows color (decimal): -16503780 or 1846276. OLE color: 1846276.

HSL color Cylindrical-coordinate representation of color #042C1C: hue angle of 156º 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 #042C1C is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.

Color convert

RGB 4 44 28 -
CMYK 0.91 0 0.36 0.83
HSL 156º 0.83% 0.09% -
HSV(B) 156º 0.91% 0.17% -
XYZ 1.16 1.91 1.41 -
YUV 30.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 4 44 28 0.91 0 0.36 0.83 156 0.83 0.09
Hex 4 2C 1C 5B 0 24 53 9C 53 9
Octal 4 54 34 133 0 44 123 234 123 11
Binary 100 101100 11100 1011011 0 100100 1010011 10011100 1010011 1001

Color Harmonies of #042C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C1C

Black with #042C1C

Text Example


Text Example

White with #042C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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