#0F9635

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

Shades of Forest Green #0F9635

Tints of Forest Green #0F9635

Color information

#0F9635 (or 0x0F9635) is unknown color: approx Forest Green. HEX triplet: 0F, 96 and 35. RGB value is (15,150,53). Sum of RGB (Red+Green+Blue) = 15+150+53=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 150 (58.98% from 255 or 68.81% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 150 - color contains mainly: green. Hex color #0F9635 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9635 is #F069CA. Grayscale: #626262. Windows color (decimal): -15755723 or 3511823. OLE color: 3511823.

HSL color Cylindrical-coordinate representation of color #0F9635: hue angle of 136.89º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9635 is Cyan = 0.9, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1515053-
CMYK0.900.650.41
HSL136.89º81.82%32.35%-
HSV(B)136.89º90%58.82%-
XYZ11.7522.177.03-
YUV98.58102.2768.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.88%
GREEN value IS 150 (58.98% from 255) = 68.81%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=6.88%
G=68.81%
B=24.31%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15150530.900.650.41136.8981.8232.35
HexF96355A04129895220
Octal172266513201015121112240
Binary111110010110110101101101001000001101001100010011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,150,53); }

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

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

 a { background-color: rgb(15,150,53); }

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

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

 span { border-color: rgb(15,150,53); }

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