#0F9521

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

Shades of Forest Green #0F9521

Tints of Forest Green #0F9521

Color information

#0F9521 (or 0x0F9521) is unknown color: approx Forest Green. HEX triplet: 0F, 95 and 21. RGB value is (15,149,33). Sum of RGB (Red+Green+Blue) = 15+149+33=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9521 is #F06ADE. Grayscale: #606060. Windows color (decimal): -15755999 or 2200847. OLE color: 2200847.

HSL color Cylindrical-coordinate representation of color #0F9521: hue angle of 128.06º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9521 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1514933-
CMYK0.9000.780.42
HSL128.06º81.71%32.16%-
HSV(B)128.06º89.93%58.43%-
XYZ11.2221.715.04-
YUV95.7192.6170.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.61%
GREEN value IS 149 (58.59% from 255) = 75.63%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=7.61%
G=75.63%
B=16.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15149330.9000.780.42128.0681.7132.16
HexF95215A04E2A805220
Octal172254113201165220012240
Binary111110010101100001101101001001110101010100000001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,149,33); }

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

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

 a { background-color: rgb(15,149,33); }

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

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

 span { border-color: rgb(15,149,33); }

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