#0F7A35

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

Shades of Dark Spring Green #0F7A35

Tints of Dark Spring Green #0F7A35

Color information

#0F7A35 (or 0x0F7A35) is unknown color: approx Dark Spring Green. HEX triplet: 0F, 7A and 35. RGB value is (15,122,53). Sum of RGB (Red+Green+Blue) = 15+122+53=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 122 (48.05% from 255 or 64.21% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 122 - color contains mainly: green. Hex color #0F7A35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7A35 is #F085CA. Grayscale: #525252. Windows color (decimal): -15762891 or 3504655. OLE color: 3504655.

HSL color Cylindrical-coordinate representation of color #0F7A35: hue angle of 141.31º 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 #0F7A35 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB1512253-
CMYK0.8800.570.52
HSL141.31º78.1%26.86%-
HSV(B)141.31º87.7%47.84%-
XYZ7.814.285.71-
YUV82.14111.5580.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.89%
GREEN value IS 122 (48.05% from 255) = 64.21%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=7.89%
G=64.21%
B=27.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15122530.8800.570.52141.3178.126.86
HexF7A3558039348d4e1b
Octal17172651300716421511633
Binary111111110101101011011000011100111010010001101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,122,53); }

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

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

 a { background-color: rgb(15,122,53); }

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

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

 span { border-color: rgb(15,122,53); }

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