Html Css Color HEX #032312 Dark Green

📋 copy color: '#032312'

red 3 ◦ green 35 ◦ blue 18

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

Shades of Dark Green #032312

Tints of Dark Green #032312

RGB

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

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

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

R = 5.36%
G = 62.5%
B = 32.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#032312 (or 0x032312) is known color: Dark Green. HEX triplet: 03, 23 and 12. RGB value is (3,35,18). Sum of RGB (Red+Green+Blue) = 3+35+18=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 35 (14.06% from 255 or 62.5% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 35 - color contains mainly: green. Hex color #032312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032312 is #FCDCED. Grayscale: #171717. Windows color (decimal): -16571630 or 1188611. OLE color: 1188611.

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

Color convert

RGB 3 35 18 -
CMYK 0.91 0 0.49 0.86
HSL 148.13º 0.84% 0.07% -
HSV(B) 148.13º 0.91% 0.14% -
XYZ 0.75 1.27 0.78 -
YUV 23.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 3 35 18 0.91 0 0.49 0.86 148.13 0.84 0.07
Hex 3 23 12 5B 0 31 56 94 54 7
Octal 3 43 22 133 0 61 126 224 124 7
Binary 11 100011 10010 1011011 0 110001 1010110 10010100 1010100 111

Color Harmonies of #032312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032312

Black with #032312

Text Example


Text Example

White with #032312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032312; }

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

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

background-color css

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

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

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

border-color css

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

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

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