#248A26

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

Shades of Forest Green #248A26

Tints of Forest Green #248A26

Color information

#248A26 (or 0x248A26) is unknown color: approx Forest Green. HEX triplet: 24, 8A and 26. RGB value is (36,138,38). Sum of RGB (Red+Green+Blue) = 36+138+38=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 138 (54.30% from 255 or 65.09% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 138 - color contains mainly: green. Hex color #248A26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A26 is #DB75D9. Grayscale: #606060. Windows color (decimal): -14382554 or 2525732. OLE color: 2525732.

HSL color Cylindrical-coordinate representation of color #248A26: hue angle of 121.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A26 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB3613838-
CMYK0.7400.720.46
HSL121.18º58.62%34.12%-
HSV(B)121.18º73.91%54.12%-
XYZ10.1718.694.91-
YUV96.195.2185.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.98%
GREEN value IS 138 (54.30% from 255) = 65.09%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=16.98%
G=65.09%
B=17.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36138380.7400.720.46121.1858.6234.12
Hex248A264A0482E793b22
Octal44212461120110561717342
Binary100100100010101001101001010010010001011101111001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248A26; }

 p { color: rgb(36,138,38); }

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

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

 a { background-color: rgb(36,138,38); }

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

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

 span { border-color: rgb(36,138,38); }

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