#032114

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

Shades of Dark Green #032114

Tints of Dark Green #032114

Color information

#032114 (or 0x032114) is unknown color: approx Dark Green. HEX triplet: 03, 21 and 14. RGB value is (3,33,20). Sum of RGB (Red+Green+Blue) = 3+33+20=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 33 (13.28% from 255 or 58.93% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 33 - color contains mainly: green. Hex color #032114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032114 is #FCDEEB. Grayscale: #161616. Windows color (decimal): -16572140 or 1319171. OLE color: 1319171.

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

Color convert

RGB33320-
CMYK0.9100.390.87
HSL154º83.33%7.06%-
HSV(B)154º90.91%12.94%-
XYZ0.711.160.85-
YUV22.55126.56114.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.36%
GREEN value IS 33 (13.28% from 255) = 58.93%
BLUE value IS 20 (8.20% from 255) = 35.71%
R=5.36%
G=58.93%
B=35.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333200.9100.390.8715483.337.06
Hex321145B027579a537
Octal341241330471272321237
Binary1110000110100101101101001111010111100110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032114; }

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

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

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

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

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

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

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

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