#248F1A

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

Shades of Forest Green #248F1A

Tints of Forest Green #248F1A

Color information

#248F1A (or 0x248F1A) is unknown color: approx Forest Green. HEX triplet: 24, 8F and 1A. RGB value is (36,143,26). Sum of RGB (Red+Green+Blue) = 36+143+26=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 143 (56.25% from 255 or 69.76% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 143 - color contains mainly: green. Hex color #248F1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248F1A is #DB70E5. Grayscale: #626262. Windows color (decimal): -14381286 or 1740580. OLE color: 1740580.

HSL color Cylindrical-coordinate representation of color #248F1A: hue angle of 114.87º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #248F1A is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB3614326-
CMYK0.7500.820.44
HSL114.87º69.23%33.14%-
HSV(B)114.87º81.82%56.08%-
XYZ10.7420.094.29-
YUV97.6787.5584.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.56%
GREEN value IS 143 (56.25% from 255) = 69.76%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=17.56%
G=69.76%
B=12.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36143260.7500.820.44114.8769.2333.14
Hex248F1A4B0522C734521
Octal442173211301225416310541
Binary100100100011111101010010110101001010110011100111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,143,26); }

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

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

 a { background-color: rgb(36,143,26); }

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

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

 span { border-color: rgb(36,143,26); }

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