Html Css Color HEX #0F8527 Forest Green

📋 copy color: '#0F8527'

red 15 ◦ green 133 ◦ blue 39

#0F8527
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0F8527

Tints of Forest Green #0F8527

RGB

 RED value IS 15 (6.25% from 255) = 8.02%

 GREEN value IS 133 (52.34% from 255) = 71.12%

 BLUE value IS 39 (15.63% from 255) = 20.86%

R = 8.02%
G = 71.12%
B = 20.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#0F8527 (or 0x0F8527) is known color: Forest Green. HEX triplet: 0F, 85 and 27. RGB value is (15,133,39). Sum of RGB (Red+Green+Blue) = 15+133+39=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 133 (52.34% from 255 or 71.12% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 133 - color contains mainly: green. Hex color #0F8527 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8527 is #F07AD8. Grayscale: #575757. Windows color (decimal): -15760089 or 2589967. OLE color: 2589967.

HSL color Cylindrical-coordinate representation of color #0F8527: hue angle of 132.2º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8527 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 133 39 -
CMYK 0.89 0 0.71 0.48
HSL 132.2º 0.8% 0.29% -
HSV(B) 132.2º 0.89% 0.52% -
XYZ 8.95 17.02 4.73 -
YUV 87 100.91 76.64 -
System Red Green Blue C M Y K H S L
Decimal 15 133 39 0.89 0 0.71 0.48 132.2 0.8 0.29
Hex F 85 27 59 0 47 30 84 50 1D
Octal 17 205 47 131 0 107 60 204 120 35
Binary 1111 10000101 100111 1011001 0 1000111 110000 10000100 1010000 11101

Color Harmonies of #0F8527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8527

Black with #0F8527

Text Example


Text Example

White with #0F8527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,133,39); }

 H1.HeaderClassName
 {
   color: #0F8527;
 }
 .AnyTagClassName
 {
   color: #0F8527;
 }
</style>

background-color css

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

 a { background-color: rgb(15,133,39); }

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

border-color css

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

 span { border-color: rgb(15,133,39); }

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