Html Css Color HEX #0F8820 Forest Green

📋 copy color: '#0F8820'

red 15 ◦ green 136 ◦ blue 32

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

Shades of Forest Green #0F8820

Tints of Forest Green #0F8820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 74.32%

 BLUE value IS 32 (12.89% from 255) = 17.49%

R = 8.2%
G = 74.32%
B = 17.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#0F8820 (or 0x0F8820) is known color: Forest Green. HEX triplet: 0F, 88 and 20. RGB value is (15,136,32). Sum of RGB (Red+Green+Blue) = 15+136+32=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 136 (53.52% from 255 or 74.32% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 136 - color contains mainly: green. Hex color #0F8820 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8820 is #F077DF. Grayscale: #585858. Windows color (decimal): -15759328 or 2131983. OLE color: 2131983.

HSL color Cylindrical-coordinate representation of color #0F8820: hue angle of 128.43º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8820 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 136 32 -
CMYK 0.89 0 0.76 0.47
HSL 128.43º 0.8% 0.3% -
HSV(B) 128.43º 0.89% 0.53% -
XYZ 9.26 17.81 4.32 -
YUV 87.97 96.41 75.96 -
System Red Green Blue C M Y K H S L
Decimal 15 136 32 0.89 0 0.76 0.47 128.43 0.8 0.3
Hex F 88 20 59 0 4C 2F 80 50 1E
Octal 17 210 40 131 0 114 57 200 120 36
Binary 1111 10001000 100000 1011001 0 1001100 101111 10000000 1010000 11110

Color Harmonies of #0F8820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8820

Black with #0F8820

Text Example


Text Example

White with #0F8820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,136,32); }

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

background-color css

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

 a { background-color: rgb(15,136,32); }

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

border-color css

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

 span { border-color: rgb(15,136,32); }

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