#0B9123

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

Shades of Forest Green #0B9123

Tints of Forest Green #0B9123

Color information

#0B9123 (or 0x0B9123) is unknown color: approx Forest Green. HEX triplet: 0B, 91 and 23. RGB value is (11,145,35). Sum of RGB (Red+Green+Blue) = 11+145+35=191 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.76% from 191); Green value is 145 (57.03% from 255 or 75.92% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 145 - color contains mainly: green. Hex color #0B9123 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9123 is #F46EDC. Grayscale: #5C5C5C. Windows color (decimal): -16019165 or 2330891. OLE color: 2330891.

HSL color Cylindrical-coordinate representation of color #0B9123: hue angle of 130.75º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B9123 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB1114535-
CMYK0.9200.760.43
HSL130.75º85.9%30.59%-
HSV(B)130.75º92.41%56.86%-
XYZ10.5720.444.98-
YUV92.3995.6169.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.76%
GREEN value IS 145 (57.03% from 255) = 75.92%
BLUE value IS 35 (14.06% from 255) = 18.32%
R=5.76%
G=75.92%
B=18.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11145350.9200.760.43130.7585.930.59
HexB91235C04C2B83561f
Octal132214313401145320312637
Binary10111001000110001110111000100110010101110000011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,145,35); }

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

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

 a { background-color: rgb(11,145,35); }

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

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

 span { border-color: rgb(11,145,35); }

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