#288427

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

Shades of Forest Green #288427

Tints of Forest Green #288427

Color information

#288427 (or 0x288427) is unknown color: approx Forest Green. HEX triplet: 28, 84 and 27. RGB value is (40,132,39). Sum of RGB (Red+Green+Blue) = 40+132+39=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #288427 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288427 is #D77BD8. Grayscale: #5E5E5E. Windows color (decimal): -14121945 or 2589736. OLE color: 2589736.

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

Color convert

RGB4013239-
CMYK0.7000.700.48
HSL119.35º54.39%33.53%-
HSV(B)119.35º70.45%51.76%-
XYZ9.4917.14.72-
YUV93.8997.0289.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 132 (51.95% from 255) = 62.56%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=18.96%
G=62.56%
B=18.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40132390.7000.700.48119.3554.3933.53
Hex2884274604630773622
Octal50204471060106601676642
Binary101000100001001001111000110010001101100001110111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288427; }

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

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

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

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

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

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

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

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