#032814

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

Shades of Dark Green #032814

Tints of Dark Green #032814

Color information

#032814 (or 0x032814) is unknown color: approx Dark Green. HEX triplet: 03, 28 and 14. RGB value is (3,40,20). Sum of RGB (Red+Green+Blue) = 3+40+20=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 40 (16.02% from 255 or 63.49% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 40 - color contains mainly: green. Hex color #032814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032814 is #FCD7EB. Grayscale: #1A1A1A. Windows color (decimal): -16570348 or 1320963. OLE color: 1320963.

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

Color convert

RGB34020-
CMYK0.9300.50.84
HSL147.57º86.05%8.43%-
HSV(B)147.57º92.5%15.69%-
XYZ0.921.590.92-
YUV26.66124.24111.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.76%
GREEN value IS 40 (16.02% from 255) = 63.49%
BLUE value IS 20 (8.20% from 255) = 31.75%
R=4.76%
G=63.49%
B=31.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal340200.9300.50.84147.5786.058.43
Hex328145D0325494568
Octal3502413506212422412610
Binary11101000101001011101011001010101001001010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032814; }

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

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

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

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

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

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

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

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