#248027

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

Shades of Forest Green #248027

Tints of Forest Green #248027

Color information

#248027 (or 0x248027) is unknown color: approx Forest Green. HEX triplet: 24, 80 and 27. RGB value is (36,128,39). Sum of RGB (Red+Green+Blue) = 36+128+39=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #248027 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248027 is #DB7FD8. Grayscale: #5A5A5A. Windows color (decimal): -14385113 or 2588708. OLE color: 2588708.

HSL color Cylindrical-coordinate representation of color #248027: hue angle of 121.96º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248027 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB3612839-
CMYK0.7200.700.50
HSL121.96º56.1%32.16%-
HSV(B)121.96º71.88%50.2%-
XYZ8.8115.964.54-
YUV90.3599.0289.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.73%
GREEN value IS 128 (50.39% from 255) = 63.05%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=17.73%
G=63.05%
B=19.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36128390.7200.700.50121.9656.132.16
Hex24802748046327a3820
Octal44200471100106621727040
Binary100100100000001001111001000010001101100101111010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248027; }

 p { color: rgb(36,128,39); }

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

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

 a { background-color: rgb(36,128,39); }

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

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

 span { border-color: rgb(36,128,39); }

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