Html Css Color HEX #042110 Dark Green

📋 copy color: '#042110'

red 4 ◦ green 33 ◦ blue 16

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

Shades of Dark Green #042110

Tints of Dark Green #042110

RGB

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

 GREEN value IS 33 (13.28% from 255) = 62.26%

 BLUE value IS 16 (6.64% from 255) = 30.19%

R = 7.55%
G = 62.26%
B = 30.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.52

 K value IS 0.87

RGB Variations

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

Color information

#042110 (or 0x042110) is known color: Dark Green. HEX triplet: 04, 21 and 10. RGB value is (4,33,16). Sum of RGB (Red+Green+Blue) = 4+33+16=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 33 (13.28% from 255 or 62.26% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 33 - color contains mainly: green. Hex color #042110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042110 is #FBDEEF. Grayscale: #161616. Windows color (decimal): -16506608 or 1057028. OLE color: 1057028.

HSL color Cylindrical-coordinate representation of color #042110: hue angle of 144.83º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #042110 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.87.

Color convert

RGB 4 33 16 -
CMYK 0.88 0 0.52 0.87
HSL 144.83º 0.78% 0.07% -
HSV(B) 144.83º 0.88% 0.13% -
XYZ 0.69 1.15 0.68 -
YUV 22.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 4 33 16 0.88 0 0.52 0.87 144.83 0.78 0.07
Hex 4 21 10 58 0 34 57 91 4E 7
Octal 4 41 20 130 0 64 127 221 116 7
Binary 100 100001 10000 1011000 0 110100 1010111 10010001 1001110 111

Color Harmonies of #042110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042110

Black with #042110

Text Example


Text Example

White with #042110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042110; }

 p { color: rgb(4,33,16); }

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

background-color css

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

 a { background-color: rgb(4,33,16); }

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

border-color css

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

 span { border-color: rgb(4,33,16); }

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