#032311

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

Shades of Dark Green #032311

Tints of Dark Green #032311

Color information

#032311 (or 0x032311) is unknown color: approx Dark Green. HEX triplet: 03, 23 and 11. RGB value is (3,35,17). Sum of RGB (Red+Green+Blue) = 3+35+17=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 35 (14.06% from 255 or 63.64% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 35 - color contains mainly: green. Hex color #032311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032311 is #FCDCEE. Grayscale: #171717. Windows color (decimal): -16571631 or 1123075. OLE color: 1123075.

HSL color Cylindrical-coordinate representation of color #032311: hue angle of 146.25º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032311 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.

Color convert

RGB33517-
CMYK0.9100.510.86
HSL146.25º84.21%7.45%-
HSV(B)146.25º91.43%13.73%-
XYZ0.741.260.73-
YUV23.38124.4113.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.45%
GREEN value IS 35 (14.06% from 255) = 63.64%
BLUE value IS 17 (7.03% from 255) = 30.91%
R=5.45%
G=63.64%
B=30.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal335170.9100.510.86146.2584.217.45
Hex323115B0335692547
Octal343211330631262221247
Binary1110001110001101101101100111010110100100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032311; }

 p { color: rgb(3,35,17); }

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

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

 a { background-color: rgb(3,35,17); }

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

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

 span { border-color: rgb(3,35,17); }

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