#0F3128

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

Shades of Dark Green #0F3128

Tints of Dark Green #0F3128

Color information

#0F3128 (or 0x0F3128) is unknown color: approx Dark Green. HEX triplet: 0F, 31 and 28. RGB value is (15,49,40). Sum of RGB (Red+Green+Blue) = 15+49+40=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3128 is #F0CED7. Grayscale: #252525. Windows color (decimal): -15781592 or 2633999. OLE color: 2633999.

HSL color Cylindrical-coordinate representation of color #0F3128: hue angle of 164.12º 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 #0F3128 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB154940-
CMYK0.6900.180.81
HSL164.12º53.12%12.55%-
HSV(B)164.12º69.39%19.22%-
XYZ1.682.452.39-
YUV37.81129.24111.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.42%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 40 (16.02% from 255) = 38.46%
R=14.42%
G=47.12%
B=38.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1549400.6900.180.81164.1253.1212.55
HexF31284501251a435d
Octal1761501050221212446515
Binary111111000110100010001010100101010001101001001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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