#0F734A

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

Shades of Dark Spring Green #0F734A

Tints of Dark Spring Green #0F734A

Color information

#0F734A (or 0x0F734A) is unknown color: approx Dark Spring Green. HEX triplet: 0F, 73 and 4A. RGB value is (15,115,74). Sum of RGB (Red+Green+Blue) = 15+115+74=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #0F734A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F734A is #F08CB5. Grayscale: #505050. Windows color (decimal): -15764662 or 4879119. OLE color: 4879119.

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

Color convert

RGB1511574-
CMYK0.8700.360.55
HSL155.4º76.92%25.49%-
HSV(B)155.4º86.96%45.1%-
XYZ7.5612.868.56-
YUV80.43124.3781.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.35%
GREEN value IS 115 (45.31% from 255) = 56.37%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=7.35%
G=56.37%
B=36.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15115740.8700.360.55155.476.9225.49
HexF734A57024379b4d19
Octal171631121270446723311531
Binary1111111001110010101010111010010011011110011011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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