#248312

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

Shades of Forest Green #248312

Tints of Forest Green #248312

Color information

#248312 (or 0x248312) is unknown color: approx Forest Green. HEX triplet: 24, 83 and 12. RGB value is (36,131,18). Sum of RGB (Red+Green+Blue) = 36+131+18=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 131 (51.56% from 255 or 70.81% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 131 - color contains mainly: green. Hex color #248312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248312 is #DB7CED. Grayscale: #5A5A5A. Windows color (decimal): -14384366 or 1213220. OLE color: 1213220.

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

Color convert

RGB3613118-
CMYK0.7300.860.49
HSL110.44º75.84%29.22%-
HSV(B)110.44º86.26%51.37%-
XYZ8.9516.653.31-
YUV89.7187.5389.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.46%
GREEN value IS 131 (51.56% from 255) = 70.81%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=19.46%
G=70.81%
B=9.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36131180.7300.860.49110.4475.8429.22
Hex24831249056316e4c1d
Octal442032211101266115611435
Binary10010010000011100101001001010101101100011101110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248312; }

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

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

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

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

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

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

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

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