#0F5840

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

Shades of Fun Green #0F5840

Tints of Fun Green #0F5840

Color information

#0F5840 (or 0x0F5840) is unknown color: approx Fun Green. HEX triplet: 0F, 58 and 40. RGB value is (15,88,64). Sum of RGB (Red+Green+Blue) = 15+88+64=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #0F5840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5840 is #F0A7BF. Grayscale: #3F3F3F. Windows color (decimal): -15771584 or 4216847. OLE color: 4216847.

HSL color Cylindrical-coordinate representation of color #0F5840: hue angle of 160.27º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5840 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB158864-
CMYK0.8300.270.65
HSL160.27º70.87%20.2%-
HSV(B)160.27º82.95%34.51%-
XYZ4.617.456.05-
YUV63.44128.3293.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.98%
GREEN value IS 88 (34.77% from 255) = 52.69%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=8.98%
G=52.69%
B=38.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1588640.8300.270.65160.2770.8720.2
HexF58405301B41a04714
Octal1713010012303310124010724
Binary1111101100010000001010011011011100000110100000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,88,64); }

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

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

 a { background-color: rgb(15,88,64); }

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

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

 span { border-color: rgb(15,88,64); }

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