#003012

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

Shades of Dark Green #003012

Tints of Dark Green #003012

Color information

#003012 (or 0x003012) is unknown color: approx Dark Green. HEX triplet: 00, 30 and 12. RGB value is (0,48,18). Sum of RGB (Red+Green+Blue) = 0+48+18=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 48 (19.14% from 255 or 72.73% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 48 - color contains mainly: green. Hex color #003012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003012 is #FFCFED. Grayscale: #1E1E1E. Windows color (decimal): -16764910 or 1191936. OLE color: 1191936.

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

Color convert

RGB04818-
CMYK100.630.81
HSL142.5º100%9.41%-
HSV(B)142.5º100%18.82%-
XYZ1.172.160.93-
YUV30.23121.1106.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 72.73%
BLUE value IS 18 (7.42% from 255) = 27.27%
R=0%
G=72.73%
B=27.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04818100.630.81142.51009.41
Hex030126403F518e649
Octal0602214407712121614411
Binary0110000100101100100011111110100011000111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003012; }

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

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

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

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

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

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

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

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