Html Css Color HEX #032012 Dark Green

📋 copy color: '#032012'

red 3 ◦ green 32 ◦ blue 18

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

Shades of Dark Green #032012

Tints of Dark Green #032012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 60.38%

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

R = 5.66%
G = 60.38%
B = 33.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#032012 (or 0x032012) is known color: Dark Green. HEX triplet: 03, 20 and 12. RGB value is (3,32,18). Sum of RGB (Red+Green+Blue) = 3+32+18=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #032012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032012 is #FCDFED. Grayscale: #151515. Windows color (decimal): -16572398 or 1187843. OLE color: 1187843.

HSL color Cylindrical-coordinate representation of color #032012: hue angle of 151.03º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032012 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB 3 32 18 -
CMYK 0.91 0 0.44 0.87
HSL 151.03º 0.83% 0.07% -
HSV(B) 151.03º 0.91% 0.13% -
XYZ 0.66 1.1 0.75 -
YUV 21.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 3 32 18 0.91 0 0.44 0.87 151.03 0.83 0.07
Hex 3 20 12 5B 0 2C 57 97 53 7
Octal 3 40 22 133 0 54 127 227 123 7
Binary 11 100000 10010 1011011 0 101100 1010111 10010111 1010011 111

Color Harmonies of #032012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032012

Black with #032012

Text Example


Text Example

White with #032012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032012; }

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

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

background-color css

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

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

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

border-color css

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

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

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