Html Css Color HEX #042214 Dark Green

📋 copy color: '#042214'

red 4 ◦ green 34 ◦ blue 20

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

Shades of Dark Green #042214

Tints of Dark Green #042214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 58.62%

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

R = 6.9%
G = 58.62%
B = 34.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#042214 (or 0x042214) is known color: Dark Green. HEX triplet: 04, 22 and 14. RGB value is (4,34,20). Sum of RGB (Red+Green+Blue) = 4+34+20=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 34 (13.67% from 255 or 58.62% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 34 - color contains mainly: green. Hex color #042214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042214 is #FBDDEB. Grayscale: #171717. Windows color (decimal): -16506348 or 1319428. OLE color: 1319428.

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

Color convert

RGB 4 34 20 -
CMYK 0.88 0 0.41 0.87
HSL 152º 0.79% 0.07% -
HSV(B) 152º 0.88% 0.13% -
XYZ 0.75 1.22 0.86 -
YUV 23.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 4 34 20 0.88 0 0.41 0.87 152 0.79 0.07
Hex 4 22 14 58 0 29 57 98 4F 7
Octal 4 42 24 130 0 51 127 230 117 7
Binary 100 100010 10100 1011000 0 101001 1010111 10011000 1001111 111

Color Harmonies of #042214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042214

Black with #042214

Text Example


Text Example

White with #042214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042214; }

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

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

background-color css

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

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

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

border-color css

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

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

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