#03140B

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

Shades of Dark Green #03140B

Tints of Dark Green #03140B

Color information

#03140B (or 0x03140B) is unknown color: approx Dark Green. HEX triplet: 03, 14 and 0B. RGB value is (3,20,11). Sum of RGB (Red+Green+Blue) = 3+20+11=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 20 (8.20% from 255 or 58.82% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 20 - color contains mainly: green. Hex color #03140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03140B is #FCEBF4. Grayscale: #0D0D0D. Windows color (decimal): -16575477 or 726019. OLE color: 726019.

HSL color Cylindrical-coordinate representation of color #03140B: hue angle of 148.24º 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 #03140B is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB32011-
CMYK0.8500.450.92
HSL148.24º73.91%4.51%-
HSV(B)148.24º85%7.84%-
XYZ0.350.540.4-
YUV13.89126.37120.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.82%
GREEN value IS 20 (8.20% from 255) = 58.82%
BLUE value IS 11 (4.69% from 255) = 32.35%
R=8.82%
G=58.82%
B=32.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal320110.8500.450.92148.2473.914.51
Hex314B5502D5C944a5
Octal324131250551342241125
Binary11101001011101010101011011011100100101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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