#288426

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

Shades of Forest Green #288426

Tints of Forest Green #288426

Color information

#288426 (or 0x288426) is unknown color: approx Forest Green. HEX triplet: 28, 84 and 26. RGB value is (40,132,38). Sum of RGB (Red+Green+Blue) = 40+132+38=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #288426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288426 is #D77BD9. Grayscale: #5E5E5E. Windows color (decimal): -14121946 or 2524200. OLE color: 2524200.

HSL color Cylindrical-coordinate representation of color #288426: hue angle of 118.72º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288426 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB4013238-
CMYK0.7000.710.48
HSL118.72º55.29%33.33%-
HSV(B)118.72º71.21%51.76%-
XYZ9.4817.094.63-
YUV93.7896.5289.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.05%
GREEN value IS 132 (51.95% from 255) = 62.86%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=19.05%
G=62.86%
B=18.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40132380.7000.710.48118.7255.2933.33
Hex2884264604730773721
Octal50204461060107601676741
Binary101000100001001001101000110010001111100001110111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288426; }

 p { color: rgb(40,132,38); }

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

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

 a { background-color: rgb(40,132,38); }

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

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

 span { border-color: rgb(40,132,38); }

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