#033112

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

Shades of Dark Green #033112

Tints of Dark Green #033112

Color information

#033112 (or 0x033112) is unknown color: approx Dark Green. HEX triplet: 03, 31 and 12. RGB value is (3,49,18). Sum of RGB (Red+Green+Blue) = 3+49+18=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 49 (19.53% from 255 or 70% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 49 - color contains mainly: green. Hex color #033112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033112 is #FCCEED. Grayscale: #1F1F1F. Windows color (decimal): -16568046 or 1192195. OLE color: 1192195.

HSL color Cylindrical-coordinate representation of color #033112: hue angle of 139.57º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033112 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB34918-
CMYK0.9400.630.81
HSL139.57º88.46%10.2%-
HSV(B)139.57º93.88%19.22%-
XYZ1.252.260.94-
YUV31.71120.26107.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.29%
GREEN value IS 49 (19.53% from 255) = 70%
BLUE value IS 18 (7.42% from 255) = 25.71%
R=4.29%
G=70%
B=25.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal349180.9400.630.81139.5788.4610.2
Hex331125E03F518c58a
Octal3612213607712121413012
Binary11110001100101011110011111110100011000110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033112; }

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

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

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

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

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

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

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

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