Html Css Color HEX #032010 Dark Green

📋 copy color: '#032010'

red 3 ◦ green 32 ◦ blue 16

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

Shades of Dark Green #032010

Tints of Dark Green #032010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 31.37%

R = 5.88%
G = 62.75%
B = 31.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.5

 K value IS 0.87

RGB Variations

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

Color information

#032010 (or 0x032010) is known color: Dark Green. HEX triplet: 03, 20 and 10. RGB value is (3,32,16). Sum of RGB (Red+Green+Blue) = 3+32+16=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 32 (12.89% from 255 or 62.75% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 32 - color contains mainly: green. Hex color #032010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032010 is #FCDFEF. Grayscale: #151515. Windows color (decimal): -16572400 or 1056771. OLE color: 1056771.

HSL color Cylindrical-coordinate representation of color #032010: hue angle of 146.9º 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 #032010 is Cyan = 0.91, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.87.

Color convert

RGB 3 32 16 -
CMYK 0.91 0 0.5 0.87
HSL 146.9º 0.83% 0.07% -
HSV(B) 146.9º 0.91% 0.13% -
XYZ 0.65 1.09 0.67 -
YUV 21.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 3 32 16 0.91 0 0.5 0.87 146.9 0.83 0.07
Hex 3 20 10 5B 0 32 57 93 53 7
Octal 3 40 20 133 0 62 127 223 123 7
Binary 11 100000 10000 1011011 0 110010 1010111 10010011 1010011 111

Color Harmonies of #032010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032010

Black with #032010

Text Example


Text Example

White with #032010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032010; }

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

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

background-color css

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

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

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

border-color css

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

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

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