#0F7944

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

Shades of Dark Spring Green #0F7944

Tints of Dark Spring Green #0F7944

Color information

#0F7944 (or 0x0F7944) is unknown color: approx Dark Spring Green. HEX triplet: 0F, 79 and 44. RGB value is (15,121,68). Sum of RGB (Red+Green+Blue) = 15+121+68=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 121 (47.66% from 255 or 59.31% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 121 - color contains mainly: green. Hex color #0F7944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7944 is #F086BB. Grayscale: #535353. Windows color (decimal): -15763132 or 4487439. OLE color: 4487439.

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

Color convert

RGB1512168-
CMYK0.8800.440.53
HSL150º77.94%26.67%-
HSV(B)150º87.6%47.45%-
XYZ8.0814.197.78-
YUV83.26119.3879.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.35%
GREEN value IS 121 (47.66% from 255) = 59.31%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=7.35%
G=59.31%
B=33.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15121680.8800.440.5315077.9426.67
HexF79445802C35964e1b
Octal171711041300546522611633
Binary1111111100110001001011000010110011010110010110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,121,68); }

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

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

 a { background-color: rgb(15,121,68); }

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

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

 span { border-color: rgb(15,121,68); }

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