#088B30

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

Shades of Forest Green #088B30

Tints of Forest Green #088B30

Color information

#088B30 (or 0x088B30) is unknown color: approx Forest Green. HEX triplet: 08, 8B and 30. RGB value is (8,139,48). Sum of RGB (Red+Green+Blue) = 8+139+48=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 139 (54.69% from 255 or 71.28% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 139 - color contains mainly: green. Hex color #088B30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088B30 is #F774CF. Grayscale: #595959. Windows color (decimal): -16217296 or 3181320. OLE color: 3181320.

HSL color Cylindrical-coordinate representation of color #088B30: hue angle of 138.32º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088B30 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB813948-
CMYK0.9400.650.45
HSL138.32º89.12%28.82%-
HSV(B)138.32º94.24%54.51%-
XYZ9.8718.735.89-
YUV89.46104.669.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.10%
GREEN value IS 139 (54.69% from 255) = 71.28%
BLUE value IS 48 (19.14% from 255) = 24.62%
R=4.10%
G=71.28%
B=24.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8139480.9400.650.45138.3289.1228.82
Hex88B305E0412D8a591d
Octal102136013601015521213135
Binary10001000101111000010111100100000110110110001010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088B30; }

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

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

<style>
 a { background-color: #088B30; }

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

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

<style>
 span { border-color: #088B30; }

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

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