#0F7348

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

Shades of Dark Spring Green #0F7348

Tints of Dark Spring Green #0F7348

Color information

#0F7348 (or 0x0F7348) is unknown color: approx Dark Spring Green. HEX triplet: 0F, 73 and 48. RGB value is (15,115,72). Sum of RGB (Red+Green+Blue) = 15+115+72=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #0F7348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7348 is #F08CB7. Grayscale: #505050. Windows color (decimal): -15764664 or 4748047. OLE color: 4748047.

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

Color convert

RGB1511572-
CMYK0.8700.370.55
HSL154.2º76.92%25.49%-
HSV(B)154.2º86.96%45.1%-
XYZ7.512.838.21-
YUV80.2123.3781.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.43%
GREEN value IS 115 (45.31% from 255) = 56.93%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=7.43%
G=56.93%
B=35.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15115720.8700.370.55154.276.9225.49
HexF734857025379a4d19
Octal171631101270456723211531
Binary1111111001110010001010111010010111011110011010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,115,72); }

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

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

 a { background-color: rgb(15,115,72); }

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

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

 span { border-color: rgb(15,115,72); }

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