#03140C

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

Shades of Dark Green #03140C

Tints of Dark Green #03140C

Color information

#03140C (or 0x03140C) is unknown color: approx Dark Green. HEX triplet: 03, 14 and 0C. RGB value is (3,20,12). Sum of RGB (Red+Green+Blue) = 3+20+12=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 20 (8.20% from 255 or 57.14% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 20 - color contains mainly: green. Hex color #03140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03140C is #FCEBF3. Grayscale: #0E0E0E. Windows color (decimal): -16575476 or 791555. OLE color: 791555.

HSL color Cylindrical-coordinate representation of color #03140C: hue angle of 151.76º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #03140C is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB32012-
CMYK0.8500.400.92
HSL151.76º73.91%4.51%-
HSV(B)151.76º85%7.84%-
XYZ0.350.550.43-
YUV14126.87120.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.57%
GREEN value IS 20 (8.20% from 255) = 57.14%
BLUE value IS 12 (5.08% from 255) = 34.29%
R=8.57%
G=57.14%
B=34.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal320120.8500.400.92151.7673.914.51
Hex314C550285C984a5
Octal324141250501342301125
Binary11101001100101010101010001011100100110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03140C; }

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

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

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

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

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

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

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

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