#0F7139

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

Shades of Dark Spring Green #0F7139

Tints of Dark Spring Green #0F7139

Color information

#0F7139 (or 0x0F7139) is unknown color: approx Dark Spring Green. HEX triplet: 0F, 71 and 39. RGB value is (15,113,57). Sum of RGB (Red+Green+Blue) = 15+113+57=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7139 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7139 is #F08EC6. Grayscale: #4D4D4D. Windows color (decimal): -15765191 or 3764495. OLE color: 3764495.

HSL color Cylindrical-coordinate representation of color #0F7139: hue angle of 145.71º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7139 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1511357-
CMYK0.8700.500.56
HSL145.71º76.56%25.1%-
HSV(B)145.71º86.73%44.31%-
XYZ6.8412.215.87-
YUV77.31116.5383.55-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.11%
GREEN value IS 113 (44.53% from 255) = 61.08%
BLUE value IS 57 (22.66% from 255) = 30.81%
R=8.11%
G=61.08%
B=30.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15113570.8700.500.56145.7176.5625.1
HexF71395703238924d19
Octal17161711270627022211531
Binary111111100011110011010111011001011100010010010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,113,57); }

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

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

 a { background-color: rgb(15,113,57); }

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

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

 span { border-color: rgb(15,113,57); }

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