#0F822A

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

Shades of Forest Green #0F822A

Tints of Forest Green #0F822A

Color information

#0F822A (or 0x0F822A) is unknown color: approx Forest Green. HEX triplet: 0F, 82 and 2A. RGB value is (15,130,42). Sum of RGB (Red+Green+Blue) = 15+130+42=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #0F822A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F822A is #F07DD5. Grayscale: #555555. Windows color (decimal): -15760854 or 2785807. OLE color: 2785807.

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

Color convert

RGB1513042-
CMYK0.8800.680.49
HSL134.09º79.31%28.43%-
HSV(B)134.09º88.46%50.98%-
XYZ8.616.234.87-
YUV85.58103.477.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.02%
GREEN value IS 130 (51.17% from 255) = 69.52%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=8.02%
G=69.52%
B=22.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15130420.8800.680.49134.0979.3128.43
HexF822A5804431864f1c
Octal172025213001046120611734
Binary11111000001010101010110000100010011000110000110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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