#248318

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

Shades of Forest Green #248318

Tints of Forest Green #248318

Color information

#248318 (or 0x248318) is unknown color: approx Forest Green. HEX triplet: 24, 83 and 18. RGB value is (36,131,24). Sum of RGB (Red+Green+Blue) = 36+131+24=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 131 (51.56% from 255 or 68.59% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 131 - color contains mainly: green. Hex color #248318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248318 is #DB7CE7. Grayscale: #5A5A5A. Windows color (decimal): -14384360 or 1606436. OLE color: 1606436.

HSL color Cylindrical-coordinate representation of color #248318: hue angle of 113.27º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #248318 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB3613124-
CMYK0.7300.820.49
HSL113.27º69.03%30.39%-
HSV(B)113.27º81.68%51.37%-
XYZ9.0116.673.61-
YUV90.490.5389.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.85%
GREEN value IS 131 (51.56% from 255) = 68.59%
BLUE value IS 24 (9.77% from 255) = 12.57%
R=18.85%
G=68.59%
B=12.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36131240.7300.820.49113.2769.0330.39
Hex248318490523171451e
Octal442033011101226116110536
Binary10010010000011110001001001010100101100011110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248318; }

 p { color: rgb(36,131,24); }

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

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

 a { background-color: rgb(36,131,24); }

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

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

 span { border-color: rgb(36,131,24); }

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