#0F9C2B

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

Shades of Forest Green #0F9C2B

Tints of Forest Green #0F9C2B

Color information

#0F9C2B (or 0x0F9C2B) is unknown color: approx Forest Green. HEX triplet: 0F, 9C and 2B. RGB value is (15,156,43). Sum of RGB (Red+Green+Blue) = 15+156+43=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 156 (61.33% from 255 or 72.90% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9C2B is #F063D4. Grayscale: #656565. Windows color (decimal): -15754197 or 2857999. OLE color: 2857999.

HSL color Cylindrical-coordinate representation of color #0F9C2B: hue angle of 131.91º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9C2B is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB1515643-
CMYK0.9000.720.39
HSL131.91º82.46%33.53%-
HSV(B)131.91º90.38%61.18%-
XYZ12.5224.056.27-
YUV100.9695.2966.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.01%
GREEN value IS 156 (61.33% from 255) = 72.90%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=7.01%
G=72.90%
B=20.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15156430.9000.720.39131.9182.4633.53
HexF9C2B5A04827845222
Octal172345313201104720412242
Binary111110011100101011101101001001000100111100001001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,156,43); }

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

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

 a { background-color: rgb(15,156,43); }

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

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

 span { border-color: rgb(15,156,43); }

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