Html Css Color HEX #0F8216 Forest Green

📋 copy color: '#0F8216'

red 15 ◦ green 130 ◦ blue 22

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

Shades of Forest Green #0F8216

Tints of Forest Green #0F8216

RGB

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

 GREEN value IS 130 (51.17% from 255) = 77.84%

 BLUE value IS 22 (8.98% from 255) = 13.17%

R = 8.98%
G = 77.84%
B = 13.17%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#0F8216 (or 0x0F8216) is known color: Forest Green. HEX triplet: 0F, 82 and 16. RGB value is (15,130,22). Sum of RGB (Red+Green+Blue) = 15+130+22=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 130 (51.17% from 255 or 77.84% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8216 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8216 is #F07DE9. Grayscale: #535353. Windows color (decimal): -15760874 or 1475087. OLE color: 1475087.

HSL color Cylindrical-coordinate representation of color #0F8216: hue angle of 123.65º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8216 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 130 22 -
CMYK 0.88 0 0.83 0.49
HSL 123.65º 0.79% 0.28% -
HSV(B) 123.65º 0.88% 0.51% -
XYZ 8.32 16.12 3.43 -
YUV 83.3 93.4 79.28 -
System Red Green Blue C M Y K H S L
Decimal 15 130 22 0.88 0 0.83 0.49 123.65 0.79 0.28
Hex F 82 16 58 0 53 31 7C 4F 1C
Octal 17 202 26 130 0 123 61 174 117 34
Binary 1111 10000010 10110 1011000 0 1010011 110001 1111100 1001111 11100

Color Harmonies of #0F8216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8216

Black with #0F8216

Text Example


Text Example

White with #0F8216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,130,22); }

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

background-color css

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

 a { background-color: rgb(15,130,22); }

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

border-color css

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

 span { border-color: rgb(15,130,22); }

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