#0F5B3F

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

Shades of Fun Green #0F5B3F

Tints of Fun Green #0F5B3F

Color information

#0F5B3F (or 0x0F5B3F) is unknown color: approx Fun Green. HEX triplet: 0F, 5B and 3F. RGB value is (15,91,63). Sum of RGB (Red+Green+Blue) = 15+91+63=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 91 (35.94% from 255 or 53.85% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5B3F is #F0A4C0. Grayscale: #414141. Windows color (decimal): -15770817 or 4152079. OLE color: 4152079.

HSL color Cylindrical-coordinate representation of color #0F5B3F: hue angle of 157.89º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5B3F is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB159163-
CMYK0.8400.310.64
HSL157.89º71.7%20.78%-
HSV(B)157.89º83.52%35.69%-
XYZ4.847.945.98-
YUV65.08126.8292.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.88%
GREEN value IS 91 (35.94% from 255) = 53.85%
BLUE value IS 63 (25% from 255) = 37.28%
R=8.88%
G=53.85%
B=37.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1591630.8400.310.64157.8971.720.78
HexF5B3F5401F409e4815
Octal171337712403710023611025
Binary111110110111111111010100011111100000010011110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,91,63); }

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

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

 a { background-color: rgb(15,91,63); }

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

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

 span { border-color: rgb(15,91,63); }

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