#033012

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

Shades of Dark Green #033012

Tints of Dark Green #033012

Color information

#033012 (or 0x033012) is unknown color: approx Dark Green. HEX triplet: 03, 30 and 12. RGB value is (3,48,18). Sum of RGB (Red+Green+Blue) = 3+48+18=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 48 (19.14% from 255 or 69.57% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 48 - color contains mainly: green. Hex color #033012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033012 is #FCCFED. Grayscale: #1F1F1F. Windows color (decimal): -16568302 or 1191939. OLE color: 1191939.

HSL color Cylindrical-coordinate representation of color #033012: hue angle of 140º 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 #033012 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB34818-
CMYK0.9400.630.81
HSL140º88.24%10%-
HSV(B)140º93.75%18.82%-
XYZ1.22.180.93-
YUV31.12120.59107.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.35%
GREEN value IS 48 (19.14% from 255) = 69.57%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=4.35%
G=69.57%
B=26.09%

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
Decimal348180.9400.630.8114088.2410
Hex330125E03F518c58a
Octal3602213607712121413012
Binary11110000100101011110011111110100011000110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033012; }

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

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

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

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

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

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

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

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