#0F5B3D

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

Shades of Fun Green #0F5B3D

Tints of Fun Green #0F5B3D

Color information

#0F5B3D (or 0x0F5B3D) is unknown color: approx Fun Green. HEX triplet: 0F, 5B and 3D. RGB value is (15,91,61). Sum of RGB (Red+Green+Blue) = 15+91+61=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 91 (35.94% from 255 or 54.49% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5B3D is #F0A4C2. Grayscale: #404040. Windows color (decimal): -15770819 or 4021007. OLE color: 4021007.

HSL color Cylindrical-coordinate representation of color #0F5B3D: hue angle of 156.32º 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 #0F5B3D is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB159161-
CMYK0.8400.330.64
HSL156.32º71.7%20.78%-
HSV(B)156.32º83.52%35.69%-
XYZ4.787.925.69-
YUV64.86125.8292.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.98%
GREEN value IS 91 (35.94% from 255) = 54.49%
BLUE value IS 61 (24.22% from 255) = 36.53%
R=8.98%
G=54.49%
B=36.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1591610.8400.330.64156.3271.720.78
HexF5B3D54021409c4815
Octal171337512404110023411025
Binary1111101101111110110101000100001100000010011100100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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