Html Css Color HEX #042312 Dark Green

📋 copy color: '#042312'

red 4 ◦ green 35 ◦ blue 18

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

Shades of Dark Green #042312

Tints of Dark Green #042312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 61.4%

 BLUE value IS 18 (7.42% from 255) = 31.58%

R = 7.02%
G = 61.4%
B = 31.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#042312 (or 0x042312) is known color: Dark Green. HEX triplet: 04, 23 and 12. RGB value is (4,35,18). Sum of RGB (Red+Green+Blue) = 4+35+18=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 35 (14.06% from 255 or 61.40% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 35 - color contains mainly: green. Hex color #042312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042312 is #FBDCED. Grayscale: #171717. Windows color (decimal): -16506094 or 1188612. OLE color: 1188612.

HSL color Cylindrical-coordinate representation of color #042312: hue angle of 147.1º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042312 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB 4 35 18 -
CMYK 0.89 0 0.49 0.86
HSL 147.1º 0.79% 0.08% -
HSV(B) 147.1º 0.89% 0.14% -
XYZ 0.76 1.27 0.78 -
YUV 23.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 4 35 18 0.89 0 0.49 0.86 147.1 0.79 0.08
Hex 4 23 12 59 0 31 56 93 4F 8
Octal 4 43 22 131 0 61 126 223 117 10
Binary 100 100011 10010 1011001 0 110001 1010110 10010011 1001111 1000

Color Harmonies of #042312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042312

Black with #042312

Text Example


Text Example

White with #042312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042312; }

 p { color: rgb(4,35,18); }

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

background-color css

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

 a { background-color: rgb(4,35,18); }

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

border-color css

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

 span { border-color: rgb(4,35,18); }

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