#288A30

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

Shades of Forest Green #288A30

Tints of Forest Green #288A30

Color information

#288A30 (or 0x288A30) is unknown color: approx Forest Green. HEX triplet: 28, 8A and 30. RGB value is (40,138,48). Sum of RGB (Red+Green+Blue) = 40+138+48=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 138 (54.30% from 255 or 61.06% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 138 - color contains mainly: green. Hex color #288A30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288A30 is #D775CF. Grayscale: #626262. Windows color (decimal): -14120400 or 3181096. OLE color: 3181096.

HSL color Cylindrical-coordinate representation of color #288A30: hue angle of 124.9º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288A30 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB4013848-
CMYK0.7100.650.46
HSL124.9º55.06%34.9%-
HSV(B)124.9º71.01%54.12%-
XYZ10.518.845.88-
YUV98.4499.5386.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 138 (54.30% from 255) = 61.06%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=17.70%
G=61.06%
B=21.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40138480.7100.650.46124.955.0634.9
Hex288A30470412E7d3723
Octal50212601070101561756743
Binary101000100010101100001000111010000011011101111101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288A30; }

 p { color: rgb(40,138,48); }

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

<style>
 a { background-color: #288A30; }

 a { background-color: rgb(40,138,48); }

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

<style>
 span { border-color: #288A30; }

 span { border-color: rgb(40,138,48); }

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