Html Css Color HEX #0F8215 Forest Green

📋 copy color: '#0F8215'

red 15 ◦ green 130 ◦ blue 21

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

Shades of Forest Green #0F8215

Tints of Forest Green #0F8215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.65%

R = 9.04%
G = 78.31%
B = 12.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#0F8215 (or 0x0F8215) is known color: Forest Green. HEX triplet: 0F, 82 and 15. RGB value is (15,130,21). Sum of RGB (Red+Green+Blue) = 15+130+21=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 130 (51.17% from 255 or 78.31% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8215 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8215 is #F07DEA. Grayscale: #535353. Windows color (decimal): -15760875 or 1409551. OLE color: 1409551.

HSL color Cylindrical-coordinate representation of color #0F8215: hue angle of 123.13º 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 #0F8215 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 130 21 -
CMYK 0.88 0 0.84 0.49
HSL 123.13º 0.79% 0.28% -
HSV(B) 123.13º 0.88% 0.51% -
XYZ 8.31 16.12 3.38 -
YUV 83.19 92.9 79.36 -
System Red Green Blue C M Y K H S L
Decimal 15 130 21 0.88 0 0.84 0.49 123.13 0.79 0.28
Hex F 82 15 58 0 54 31 7B 4F 1C
Octal 17 202 25 130 0 124 61 173 117 34
Binary 1111 10000010 10101 1011000 0 1010100 110001 1111011 1001111 11100

Color Harmonies of #0F8215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8215

Black with #0F8215

Text Example


Text Example

White with #0F8215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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