#0F821B

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

Shades of Forest Green #0F821B

Tints of Forest Green #0F821B

Color information

#0F821B (or 0x0F821B) is unknown color: approx Forest Green. HEX triplet: 0F, 82 and 1B. RGB value is (15,130,27). Sum of RGB (Red+Green+Blue) = 15+130+27=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #0F821B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F821B is #F07DE4. Grayscale: #545454. Windows color (decimal): -15760869 or 1802767. OLE color: 1802767.

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

Color convert

RGB1513027-
CMYK0.8800.790.49
HSL126.26º79.31%28.43%-
HSV(B)126.26º88.46%50.98%-
XYZ8.3816.153.71-
YUV83.8795.978.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.72%
GREEN value IS 130 (51.17% from 255) = 75.58%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=8.72%
G=75.58%
B=15.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15130270.8800.790.49126.2679.3128.43
HexF821B5804F317e4f1c
Octal172023313001176117611734
Binary111110000010110111011000010011111100011111110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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