#0B9530

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

Shades of Forest Green #0B9530

Tints of Forest Green #0B9530

Color information

#0B9530 (or 0x0B9530) is unknown color: approx Forest Green. HEX triplet: 0B, 95 and 30. RGB value is (11,149,48). Sum of RGB (Red+Green+Blue) = 11+149+48=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 149 (58.59% from 255 or 71.63% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 149 - color contains mainly: green. Hex color #0B9530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9530 is #F46ACF. Grayscale: #606060. Windows color (decimal): -16018128 or 3183883. OLE color: 3183883.

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

Color convert

RGB1114948-
CMYK0.9300.680.42
HSL136.09º86.25%31.37%-
HSV(B)136.09º92.62%58.43%-
XYZ11.4221.786.4-
YUV96.22100.7867.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.29%
GREEN value IS 149 (58.59% from 255) = 71.63%
BLUE value IS 48 (19.14% from 255) = 23.08%
R=5.29%
G=71.63%
B=23.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11149480.9300.680.42136.0986.2531.37
HexB95305D0442A88561f
Octal132256013501045221012637
Binary10111001010111000010111010100010010101010001000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,149,48); }

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

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

 a { background-color: rgb(11,149,48); }

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

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

 span { border-color: rgb(11,149,48); }

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