#0B8B1C

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

Shades of Forest Green #0B8B1C

Tints of Forest Green #0B8B1C

Color information

#0B8B1C (or 0x0B8B1C) is unknown color: approx Forest Green. HEX triplet: 0B, 8B and 1C. RGB value is (11,139,28). Sum of RGB (Red+Green+Blue) = 11+139+28=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 139 (54.69% from 255 or 78.09% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 139 - color contains mainly: green. Hex color #0B8B1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8B1C is #F474E3. Grayscale: #585858. Windows color (decimal): -16020708 or 1870603. OLE color: 1870603.

HSL color Cylindrical-coordinate representation of color #0B8B1C: hue angle of 127.97º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8B1C is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB1113928-
CMYK0.9200.800.45
HSL127.97º85.33%29.41%-
HSV(B)127.97º92.09%54.51%-
XYZ9.5818.624.19-
YUV88.0794.0973.03-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.18%
GREEN value IS 139 (54.69% from 255) = 78.09%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=6.18%
G=78.09%
B=15.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11139280.9200.800.45127.9785.3329.41
HexB8B1C5C0502D80551d
Octal132133413401205520012535
Binary1011100010111110010111000101000010110110000000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,139,28); }

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

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

 a { background-color: rgb(11,139,28); }

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

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

 span { border-color: rgb(11,139,28); }

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