Html Css Color HEX #032512 Dark Green

📋 copy color: '#032512'

red 3 ◦ green 37 ◦ blue 18

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

Shades of Dark Green #032512

Tints of Dark Green #032512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 63.79%

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

R = 5.17%
G = 63.79%
B = 31.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#032512 (or 0x032512) is known color: Dark Green. HEX triplet: 03, 25 and 12. RGB value is (3,37,18). Sum of RGB (Red+Green+Blue) = 3+37+18=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #032512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032512 is #FCDAED. Grayscale: #181818. Windows color (decimal): -16571118 or 1189123. OLE color: 1189123.

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

Color convert

RGB 3 37 18 -
CMYK 0.92 0 0.51 0.85
HSL 146.47º 0.85% 0.08% -
HSV(B) 146.47º 0.92% 0.15% -
XYZ 0.81 1.39 0.8 -
YUV 24.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 3 37 18 0.92 0 0.51 0.85 146.47 0.85 0.08
Hex 3 25 12 5C 0 33 55 92 55 8
Octal 3 45 22 134 0 63 125 222 125 10
Binary 11 100101 10010 1011100 0 110011 1010101 10010010 1010101 1000

Color Harmonies of #032512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032512

Black with #032512

Text Example


Text Example

White with #032512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032512; }

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

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

background-color css

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

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

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

border-color css

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

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

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