#042114

Color #042114 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #042114

Tints of Dark Green #042114

Color information

#042114 (or 0x042114) is unknown color: approx Dark Green. HEX triplet: 04, 21 and 14. RGB value is (4,33,20). Sum of RGB (Red+Green+Blue) = 4+33+20=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 33 (13.28% from 255 or 57.89% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 33 - color contains mainly: green. Hex color #042114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042114 is #FBDEEB. Grayscale: #161616. Windows color (decimal): -16506604 or 1319172. OLE color: 1319172.

HSL color Cylindrical-coordinate representation of color #042114: hue angle of 153.1º 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 #042114 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.

Color convert

RGB43320-
CMYK0.8800.390.87
HSL153.1º78.38%7.25%-
HSV(B)153.1º87.88%12.94%-
XYZ0.721.160.85-
YUV22.85126.39114.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.02%
GREEN value IS 33 (13.28% from 255) = 57.89%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=7.02%
G=57.89%
B=35.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal433200.8800.390.87153.178.387.25
Hex421145802757994e7
Octal441241300471272311167
Binary10010000110100101100001001111010111100110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042114; }

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

 H1.HeaderClassName
 {
   color: #042114;
 }
 .AnyTagClassName
 {
   color: #042114;
 }
</style>
background-color css

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

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

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

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

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

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