#03180B

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

Shades of Dark Green #03180B

Tints of Dark Green #03180B

Color information

#03180B (or 0x03180B) is unknown color: approx Dark Green. HEX triplet: 03, 18 and 0B. RGB value is (3,24,11). Sum of RGB (Red+Green+Blue) = 3+24+11=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 24 (9.77% from 255 or 63.16% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 24 - color contains mainly: green. Hex color #03180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03180B is #FCE7F4. Grayscale: #101010. Windows color (decimal): -16574453 or 727043. OLE color: 727043.

HSL color Cylindrical-coordinate representation of color #03180B: hue angle of 142.86º 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 #03180B is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB32411-
CMYK0.8800.540.91
HSL142.86º77.78%5.29%-
HSV(B)142.86º87.5%9.41%-
XYZ0.420.70.43-
YUV16.24125.04118.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.89%
GREEN value IS 24 (9.77% from 255) = 63.16%
BLUE value IS 11 (4.69% from 255) = 28.95%
R=7.89%
G=63.16%
B=28.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal324110.8800.540.91142.8677.785.29
Hex318B580365B8f4e5
Octal330131300661332171165
Binary11110001011101100001101101011011100011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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