#03180F

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

Shades of Dark Green #03180F

Tints of Dark Green #03180F

Color information

#03180F (or 0x03180F) is unknown color: approx Dark Green. HEX triplet: 03, 18 and 0F. RGB value is (3,24,15). Sum of RGB (Red+Green+Blue) = 3+24+15=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 24 (9.77% from 255 or 57.14% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 24 - color contains mainly: green. Hex color #03180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03180F is #FCE7F0. Grayscale: #101010. Windows color (decimal): -16574449 or 989187. OLE color: 989187.

HSL color Cylindrical-coordinate representation of color #03180F: hue angle of 154.29º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #03180F is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB32415-
CMYK0.8800.370.91
HSL154.29º77.78%5.29%-
HSV(B)154.29º87.5%9.41%-
XYZ0.450.710.56-
YUV16.7127.04118.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.14%
GREEN value IS 24 (9.77% from 255) = 57.14%
BLUE value IS 15 (6.25% from 255) = 35.71%
R=7.14%
G=57.14%
B=35.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal324150.8800.370.91154.2977.785.29
Hex318F580255B9a4e5
Octal330171300451332321165
Binary11110001111101100001001011011011100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03180F; }

 p { color: rgb(3,24,15); }

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

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

 a { background-color: rgb(3,24,15); }

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

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

 span { border-color: rgb(3,24,15); }

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