#0b9323

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

Shades of Forest Green #0B9323

Tints of Forest Green #0B9323

Color information

#0B9323 (or 0x0B9323) is unknown color: approx Forest Green. HEX triplet: 0B, 93 and 23. RGB value is (11,147,35). Sum of RGB (Red+Green+Blue) = 11+147+35=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 147 (57.81% from 255 or 76.17% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 147 - color contains mainly: green. Hex color #0B9323 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9323 is #F46CDC. Grayscale: #5D5D5D. Windows color (decimal): -16018653 or 2331403. OLE color: 2331403.

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

Color convert

RGB1114735-
CMYK0.9300.760.42
HSL130.59º86.08%30.98%-
HSV(B)130.59º92.52%57.65%-
XYZ10.8821.065.08-
YUV93.5794.9469.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 147 (57.81% from 255) = 76.17%
BLUE value IS 35 (14.06% from 255) = 18.13%
R=5.70%
G=76.17%
B=18.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11147350.9300.760.42130.5986.0830.98
HexB93235D04C2A83561f
Octal132234313501145220312637
Binary10111001001110001110111010100110010101010000011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b9323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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