#248A1F

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

Shades of Forest Green #248A1F

Tints of Forest Green #248A1F

Color information

#248A1F (or 0x248A1F) is unknown color: approx Forest Green. HEX triplet: 24, 8A and 1F. RGB value is (36,138,31). Sum of RGB (Red+Green+Blue) = 36+138+31=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 138 (54.30% from 255 or 67.32% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 138 - color contains mainly: green. Hex color #248A1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A1F is #DB75E0. Grayscale: #5F5F5F. Windows color (decimal): -14382561 or 2066980. OLE color: 2066980.

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

Color convert

RGB3613831-
CMYK0.7400.780.46
HSL117.2º63.31%33.14%-
HSV(B)117.2º77.54%54.12%-
XYZ10.0618.654.37-
YUV95.391.7185.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.56%
GREEN value IS 138 (54.30% from 255) = 67.32%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=17.56%
G=67.32%
B=15.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36138310.7400.780.46117.263.3133.14
Hex248A1F4A04E2E753f21
Octal44212371120116561657741
Binary10010010001010111111001010010011101011101110101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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