#0B8B30

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

Shades of Forest Green #0B8B30

Tints of Forest Green #0B8B30

Color information

#0B8B30 (or 0x0B8B30) is unknown color: approx Forest Green. HEX triplet: 0B, 8B and 30. RGB value is (11,139,48). Sum of RGB (Red+Green+Blue) = 11+139+48=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 139 (54.69% from 255 or 70.20% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 139 - color contains mainly: green. Hex color #0B8B30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8B30 is #F474CF. Grayscale: #5A5A5A. Windows color (decimal): -16020688 or 3181323. OLE color: 3181323.

HSL color Cylindrical-coordinate representation of color #0B8B30: hue angle of 137.34º 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 #0B8B30 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1113948-
CMYK0.9200.650.45
HSL137.34º85.33%29.41%-
HSV(B)137.34º92.09%54.51%-
XYZ9.918.755.89-
YUV90.35104.0971.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.56%
GREEN value IS 139 (54.69% from 255) = 70.20%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=5.56%
G=70.20%
B=24.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11139480.9200.650.45137.3485.3329.41
HexB8B305C0412D89551d
Octal132136013401015521112535
Binary10111000101111000010111000100000110110110001001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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