#032812

Color #032812 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #032812

Tints of Dark Green #032812

Color information

#032812 (or 0x032812) is unknown color: approx Dark Green. HEX triplet: 03, 28 and 12. RGB value is (3,40,18). Sum of RGB (Red+Green+Blue) = 3+40+18=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 40 (16.02% from 255 or 65.57% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 40 - color contains mainly: green. Hex color #032812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032812 is #FCD7ED. Grayscale: #1A1A1A. Windows color (decimal): -16570350 or 1189891. OLE color: 1189891.

HSL color Cylindrical-coordinate representation of color #032812: hue angle of 144.32º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032812 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB34018-
CMYK0.9300.550.84
HSL144.32º86.05%8.43%-
HSV(B)144.32º92.5%15.69%-
XYZ0.911.580.83-
YUV26.43123.24111.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 40 (16.02% from 255) = 65.57%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=4.92%
G=65.57%
B=29.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal340180.9300.550.84144.3286.058.43
Hex328125D0375490568
Octal3502213506712422012610
Binary11101000100101011101011011110101001001000010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032812; }

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

 H1.HeaderClassName
 {
   color: #032812;
 }
 .AnyTagClassName
 {
   color: #032812;
 }
</style>
background-color css

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

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

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

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

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

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