#248515

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

Shades of Forest Green #248515

Tints of Forest Green #248515

Color information

#248515 (or 0x248515) is unknown color: approx Forest Green. HEX triplet: 24, 85 and 15. RGB value is (36,133,21). Sum of RGB (Red+Green+Blue) = 36+133+21=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #248515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248515 is #DB7AEA. Grayscale: #5B5B5B. Windows color (decimal): -14383851 or 1410340. OLE color: 1410340.

HSL color Cylindrical-coordinate representation of color #248515: hue angle of 111.96º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248515 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB3613321-
CMYK0.7300.840.48
HSL111.96º72.73%30.2%-
HSV(B)111.96º84.21%52.16%-
XYZ9.2517.23.54-
YUV91.2388.3688.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 133 (52.34% from 255) = 70%
BLUE value IS 21 (8.59% from 255) = 11.05%
R=18.95%
G=70%
B=11.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36133210.7300.840.48111.9672.7330.2
Hex248515490543070491e
Octal442052511101246016011136
Binary10010010000101101011001001010101001100001110000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248515; }

 p { color: rgb(36,133,21); }

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

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

 a { background-color: rgb(36,133,21); }

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

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

 span { border-color: rgb(36,133,21); }

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