#0F3126

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

Shades of Dark Green #0F3126

Tints of Dark Green #0F3126

Color information

#0F3126 (or 0x0F3126) is unknown color: approx Dark Green. HEX triplet: 0F, 31 and 26. RGB value is (15,49,38). Sum of RGB (Red+Green+Blue) = 15+49+38=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 38 (15.23% from 255 or 37.25% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3126 is #F0CED9. Grayscale: #252525. Windows color (decimal): -15781594 or 2502927. OLE color: 2502927.

HSL color Cylindrical-coordinate representation of color #0F3126: hue angle of 160.59º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F3126 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB154938-
CMYK0.6900.220.81
HSL160.59º53.12%12.55%-
HSV(B)160.59º69.39%19.22%-
XYZ1.652.442.22-
YUV37.58128.24111.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.71%
GREEN value IS 49 (19.53% from 255) = 48.04%
BLUE value IS 38 (15.23% from 255) = 37.25%
R=14.71%
G=48.04%
B=37.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1549380.6900.220.81160.5953.1212.55
HexF31264501651a135d
Octal1761461050261212416515
Binary111111000110011010001010101101010001101000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F3126; }

 p { color: rgb(15,49,38); }

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

<style>
 a { background-color: #0F3126; }

 a { background-color: rgb(15,49,38); }

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

<style>
 span { border-color: #0F3126; }

 span { border-color: rgb(15,49,38); }

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