#0F3124

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

Shades of Dark Green #0F3124

Tints of Dark Green #0F3124

Color information

#0F3124 (or 0x0F3124) is unknown color: approx Dark Green. HEX triplet: 0F, 31 and 24. RGB value is (15,49,36). Sum of RGB (Red+Green+Blue) = 15+49+36=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3124 is #F0CEDB. Grayscale: #252525. Windows color (decimal): -15781596 or 2371855. OLE color: 2371855.

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

Color convert

RGB154936-
CMYK0.6900.270.81
HSL157.06º53.12%12.55%-
HSV(B)157.06º69.39%19.22%-
XYZ1.612.432.05-
YUV37.35127.24112.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 36 (14.45% from 255) = 36%
R=15%
G=49%
B=36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1549360.6900.270.81157.0653.1212.55
HexF31244501B519d35d
Octal1761441050331212356515
Binary111111000110010010001010110111010001100111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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