#0F7305

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

Shades of Green #0F7305

Tints of Green #0F7305

Color information

#0F7305 (or 0x0F7305) is unknown color: approx Green. HEX triplet: 0F, 73 and 05. RGB value is (15,115,5). Sum of RGB (Red+Green+Blue) = 15+115+5=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 115 (45.31% from 255 or 85.19% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 115 - color contains mainly: green. Hex color #0F7305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7305 is #F08CFA. Grayscale: #484848. Windows color (decimal): -15764731 or 357135. OLE color: 357135.

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

Color convert

RGB151155-
CMYK0.8700.960.55
HSL114.55º91.67%23.53%-
HSV(B)114.55º95.65%45.1%-
XYZ6.3612.372.2-
YUV72.5689.8786.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.11%
GREEN value IS 115 (45.31% from 255) = 85.19%
BLUE value IS 5 (2.34% from 255) = 3.70%
R=11.11%
G=85.19%
B=3.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1511550.8700.960.55114.5591.6723.53
HexF7355706037735c18
Octal17163512701406716313430
Binary111111100111011010111011000001101111110011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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