#0F7137

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

Shades of Dark Spring Green #0F7137

Tints of Dark Spring Green #0F7137

Color information

#0F7137 (or 0x0F7137) is unknown color: approx Dark Spring Green. HEX triplet: 0F, 71 and 37. RGB value is (15,113,55). Sum of RGB (Red+Green+Blue) = 15+113+55=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7137 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7137 is #F08EC8. Grayscale: #4D4D4D. Windows color (decimal): -15765193 or 3633423. OLE color: 3633423.

HSL color Cylindrical-coordinate representation of color #0F7137: hue angle of 144.49º 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 #0F7137 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB1511355-
CMYK0.8700.510.56
HSL144.49º76.56%25.1%-
HSV(B)144.49º86.73%44.31%-
XYZ6.7912.195.61-
YUV77.09115.5383.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.20%
GREEN value IS 113 (44.53% from 255) = 61.75%
BLUE value IS 55 (21.88% from 255) = 30.05%
R=8.20%
G=61.75%
B=30.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15113550.8700.510.56144.4976.5625.1
HexF71375703338904d19
Octal17161671270637022011531
Binary111111100011101111010111011001111100010010000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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