#248512

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

Shades of Forest Green #248512

Tints of Forest Green #248512

Color information

#248512 (or 0x248512) is unknown color: approx Forest Green. HEX triplet: 24, 85 and 12. RGB value is (36,133,18). Sum of RGB (Red+Green+Blue) = 36+133+18=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 133 (52.34% from 255 or 71.12% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 133 - color contains mainly: green. Hex color #248512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248512 is #DB7AED. Grayscale: #5B5B5B. Windows color (decimal): -14383854 or 1213732. OLE color: 1213732.

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

Color convert

RGB3613318-
CMYK0.7300.860.48
HSL110.61º76.16%29.61%-
HSV(B)110.61º86.47%52.16%-
XYZ9.2217.193.4-
YUV90.8986.8688.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.25%
GREEN value IS 133 (52.34% from 255) = 71.12%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=19.25%
G=71.12%
B=9.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36133180.7300.860.48110.6176.1629.61
Hex24851249056306f4c1e
Octal442052211101266015711436
Binary10010010000101100101001001010101101100001101111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248512; }

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

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

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

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

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

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

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

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