#248227

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

Shades of Forest Green #248227

Tints of Forest Green #248227

Color information

#248227 (or 0x248227) is unknown color: approx Forest Green. HEX triplet: 24, 82 and 27. RGB value is (36,130,39). Sum of RGB (Red+Green+Blue) = 36+130+39=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #248227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248227 is #DB7DD8. Grayscale: #5B5B5B. Windows color (decimal): -14384601 or 2589220. OLE color: 2589220.

HSL color Cylindrical-coordinate representation of color #248227: hue angle of 121.91º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248227 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB3613039-
CMYK0.7200.700.49
HSL121.91º56.63%32.55%-
HSV(B)121.91º72.31%50.98%-
XYZ9.0816.494.62-
YUV91.5298.3688.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.56%
GREEN value IS 130 (51.17% from 255) = 63.41%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=17.56%
G=63.41%
B=19.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36130390.7200.700.49121.9156.6332.55
Hex24822748046317a3921
Octal44202471100106611727141
Binary100100100000101001111001000010001101100011111010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248227; }

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

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

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

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

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

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

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

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