#308E2D

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

Shades of Forest Green #308E2D

Tints of Forest Green #308E2D

Color information

#308E2D (or 0x308E2D) is unknown color: approx Forest Green. HEX triplet: 30, 8E and 2D. RGB value is (48,142,45). Sum of RGB (Red+Green+Blue) = 48+142+45=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 142 (55.86% from 255 or 60.43% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 142 - color contains mainly: green. Hex color #308E2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308E2D is #CF71D2. Grayscale: #676767. Windows color (decimal): -13595091 or 2985520. OLE color: 2985520.

HSL color Cylindrical-coordinate representation of color #308E2D: hue angle of 118.14º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #308E2D is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB4814245-
CMYK0.6600.680.44
HSL118.14º51.87%36.67%-
HSV(B)118.14º68.31%55.69%-
XYZ11.3720.165.78-
YUV102.8495.3688.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 142 (55.86% from 255) = 60.43%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=20.43%
G=60.43%
B=19.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48142450.6600.680.44118.1451.8736.67
Hex308E2D420442C763425
Octal60216551020104541666445
Binary110000100011101011011000010010001001011001110110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308E2D; }

 p { color: rgb(48,142,45); }

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

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

 a { background-color: rgb(48,142,45); }

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

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

 span { border-color: rgb(48,142,45); }

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