#03180A

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

Shades of Dark Green #03180A

Tints of Dark Green #03180A

Color information

#03180A (or 0x03180A) is unknown color: approx Dark Green. HEX triplet: 03, 18 and 0A. RGB value is (3,24,10). Sum of RGB (Red+Green+Blue) = 3+24+10=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 24 (9.77% from 255 or 64.86% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 24 - color contains mainly: green. Hex color #03180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03180A is #FCE7F5. Grayscale: #101010. Windows color (decimal): -16574454 or 661507. OLE color: 661507.

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

Color convert

RGB32410-
CMYK0.8800.580.91
HSL140º77.78%5.29%-
HSV(B)140º87.5%9.41%-
XYZ0.420.690.4-
YUV16.12124.54118.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.11%
GREEN value IS 24 (9.77% from 255) = 64.86%
BLUE value IS 10 (4.30% from 255) = 27.03%
R=8.11%
G=64.86%
B=27.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal324100.8800.580.9114077.785.29
Hex318A5803A5B8c4e5
Octal330121300721332141165
Binary11110001010101100001110101011011100011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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