Html Css Color HEX #042914 Dark Green

📋 copy color: '#042914'

red 4 ◦ green 41 ◦ blue 20

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

Shades of Dark Green #042914

Tints of Dark Green #042914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 63.08%

 BLUE value IS 20 (8.2% from 255) = 30.77%

R = 6.15%
G = 63.08%
B = 30.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#042914 (or 0x042914) is known color: Dark Green. HEX triplet: 04, 29 and 14. RGB value is (4,41,20). Sum of RGB (Red+Green+Blue) = 4+41+20=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 41 (16.41% from 255 or 63.08% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 41 - color contains mainly: green. Hex color #042914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042914 is #FBD6EB. Grayscale: #1B1B1B. Windows color (decimal): -16504556 or 1321220. OLE color: 1321220.

HSL color Cylindrical-coordinate representation of color #042914: hue angle of 145.95º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042914 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 41 20 -
CMYK 0.90 0 0.51 0.84
HSL 145.95º 0.82% 0.09% -
HSV(B) 145.95º 0.9% 0.16% -
XYZ 0.97 1.66 0.93 -
YUV 27.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 4 41 20 0.90 0 0.51 0.84 145.95 0.82 0.09
Hex 4 29 14 5A 0 33 54 92 52 9
Octal 4 51 24 132 0 63 124 222 122 11
Binary 100 101001 10100 1011010 0 110011 1010100 10010010 1010010 1001

Color Harmonies of #042914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042914

Black with #042914

Text Example


Text Example

White with #042914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042914; }

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

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

background-color css

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

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

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

border-color css

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

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

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