#288005

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

Shades of Forest Green #288005

Tints of Forest Green #288005

Color information

#288005 (or 0x288005) is unknown color: approx Forest Green. HEX triplet: 28, 80 and 05. RGB value is (40,128,5). Sum of RGB (Red+Green+Blue) = 40+128+5=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 128 (50.39% from 255 or 73.99% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 128 - color contains mainly: green. Hex color #288005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288005 is #D77FFA. Grayscale: #585858. Windows color (decimal): -14123003 or 360488. OLE color: 360488.

HSL color Cylindrical-coordinate representation of color #288005: hue angle of 102.93º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #288005 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB401285-
CMYK0.6900.960.50
HSL102.93º92.48%26.08%-
HSV(B)102.93º96.09%50.2%-
XYZ8.6215.92.76-
YUV87.6781.3594-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.12%
GREEN value IS 128 (50.39% from 255) = 73.99%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=23.12%
G=73.99%
B=2.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4012850.6900.960.50102.9392.4826.08
Hex288054506032675c1a
Octal50200510501406214713432
Binary101000100000001011000101011000001100101100111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288005; }

 p { color: rgb(40,128,5); }

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

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

 a { background-color: rgb(40,128,5); }

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

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

 span { border-color: rgb(40,128,5); }

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