#0F3123

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

Shades of Dark Green #0F3123

Tints of Dark Green #0F3123

Color information

#0F3123 (or 0x0F3123) is unknown color: approx Dark Green. HEX triplet: 0F, 31 and 23. RGB value is (15,49,35). Sum of RGB (Red+Green+Blue) = 15+49+35=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3123 is #F0CEDC. Grayscale: #252525. Windows color (decimal): -15781597 or 2306319. OLE color: 2306319.

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

Color convert

RGB154935-
CMYK0.6900.290.81
HSL155.29º53.12%12.55%-
HSV(B)155.29º69.39%19.22%-
XYZ1.62.421.97-
YUV37.24126.74112.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.15%
GREEN value IS 49 (19.53% from 255) = 49.49%
BLUE value IS 35 (14.06% from 255) = 35.35%
R=15.15%
G=49.49%
B=35.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1549350.6900.290.81155.2953.1212.55
HexF31234501D519b35d
Octal1761431050351212336515
Binary111111000110001110001010111011010001100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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