#0F7B41

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

Shades of Dark Spring Green #0F7B41

Tints of Dark Spring Green #0F7B41

Color information

#0F7B41 (or 0x0F7B41) is unknown color: approx Dark Spring Green. HEX triplet: 0F, 7B and 41. RGB value is (15,123,65). Sum of RGB (Red+Green+Blue) = 15+123+65=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 123 (48.44% from 255 or 60.59% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7B41 is #F084BE. Grayscale: #545454. Windows color (decimal): -15762623 or 4291343. OLE color: 4291343.

HSL color Cylindrical-coordinate representation of color #0F7B41: hue angle of 147.78º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7B41 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB1512365-
CMYK0.8800.470.52
HSL147.78º78.26%27.06%-
HSV(B)147.78º87.8%48.24%-
XYZ8.2314.657.39-
YUV84.1117.2278.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.39%
GREEN value IS 123 (48.44% from 255) = 60.59%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=7.39%
G=60.59%
B=32.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15123650.8800.470.52147.7878.2627.06
HexF7B415802F34944e1b
Octal171731011300576422411633
Binary1111111101110000011011000010111111010010010100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,123,65); }

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

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

 a { background-color: rgb(15,123,65); }

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

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

 span { border-color: rgb(15,123,65); }

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