Html Css Color HEX #032412 Dark Green

📋 copy color: '#032412'

red 3 ◦ green 36 ◦ blue 18

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

Shades of Dark Green #032412

Tints of Dark Green #032412

RGB

 RED value IS 3 (1.56% from 255) = 5.26%

 GREEN value IS 36 (14.45% from 255) = 63.16%

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

R = 5.26%
G = 63.16%
B = 31.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#032412 (or 0x032412) is known color: Dark Green. HEX triplet: 03, 24 and 12. RGB value is (3,36,18). Sum of RGB (Red+Green+Blue) = 3+36+18=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 36 (14.45% from 255 or 63.16% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 36 - color contains mainly: green. Hex color #032412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032412 is #FCDBED. Grayscale: #181818. Windows color (decimal): -16571374 or 1188867. OLE color: 1188867.

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

Color convert

RGB 3 36 18 -
CMYK 0.92 0 0.5 0.86
HSL 147.27º 0.85% 0.08% -
HSV(B) 147.27º 0.92% 0.14% -
XYZ 0.78 1.32 0.79 -
YUV 24.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 3 36 18 0.92 0 0.5 0.86 147.27 0.85 0.08
Hex 3 24 12 5C 0 32 56 93 55 8
Octal 3 44 22 134 0 62 126 223 125 10
Binary 11 100100 10010 1011100 0 110010 1010110 10010011 1010101 1000

Color Harmonies of #032412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032412

Black with #032412

Text Example


Text Example

White with #032412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032412; }

 p { color: rgb(3,36,18); }

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

background-color css

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

 a { background-color: rgb(3,36,18); }

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

border-color css

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

 span { border-color: rgb(3,36,18); }

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