#248C35

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

Shades of Forest Green #248C35

Tints of Forest Green #248C35

Color information

#248C35 (or 0x248C35) is unknown color: approx Forest Green. HEX triplet: 24, 8C and 35. RGB value is (36,140,53). Sum of RGB (Red+Green+Blue) = 36+140+53=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 140 (55.08% from 255 or 61.14% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 140 - color contains mainly: green. Hex color #248C35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248C35 is #DB73CA. Grayscale: #636363. Windows color (decimal): -14382027 or 3509284. OLE color: 3509284.

HSL color Cylindrical-coordinate representation of color #248C35: hue angle of 129.81º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248C35 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB3614053-
CMYK0.7400.620.45
HSL129.81º59.09%34.51%-
HSV(B)129.81º74.29%54.9%-
XYZ10.7519.396.54-
YUV98.99102.0483.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.72%
GREEN value IS 140 (55.08% from 255) = 61.14%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=15.72%
G=61.14%
B=23.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36140530.7400.620.45129.8159.0934.51
Hex248C354A03E2D823b23
Octal4421465112076552027343
Binary100100100011001101011001010011111010110110000010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,140,53); }

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

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

 a { background-color: rgb(36,140,53); }

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

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

 span { border-color: rgb(36,140,53); }

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