#0F7138

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

Shades of Dark Spring Green #0F7138

Tints of Dark Spring Green #0F7138

Color information

#0F7138 (or 0x0F7138) is unknown color: approx Dark Spring Green. HEX triplet: 0F, 71 and 38. RGB value is (15,113,56). Sum of RGB (Red+Green+Blue) = 15+113+56=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7138 is #F08EC7. Grayscale: #4D4D4D. Windows color (decimal): -15765192 or 3698959. OLE color: 3698959.

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

Color convert

RGB1511356-
CMYK0.8700.500.56
HSL145.1º76.56%25.1%-
HSV(B)145.1º86.73%44.31%-
XYZ6.8212.25.74-
YUV77.2116.0383.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.15%
GREEN value IS 113 (44.53% from 255) = 61.41%
BLUE value IS 56 (22.27% from 255) = 30.43%
R=8.15%
G=61.41%
B=30.43%

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
Decimal15113560.8700.500.56145.176.5625.1
HexF71385703238914d19
Octal17161701270627022111531
Binary111111100011110001010111011001011100010010001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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