#308E2F

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

Shades of Forest Green #308E2F

Tints of Forest Green #308E2F

Color information

#308E2F (or 0x308E2F) is unknown color: approx Forest Green. HEX triplet: 30, 8E and 2F. RGB value is (48,142,47). Sum of RGB (Red+Green+Blue) = 48+142+47=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 142 (55.86% from 255 or 59.92% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 142 - color contains mainly: green. Hex color #308E2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308E2F is #CF71D0. Grayscale: #676767. Windows color (decimal): -13595089 or 3116592. OLE color: 3116592.

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

Color convert

RGB4814247-
CMYK0.6600.670.44
HSL119.37º50.26%37.06%-
HSV(B)119.37º66.9%55.69%-
XYZ11.4120.185.98-
YUV103.0696.3688.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 142 (55.86% from 255) = 59.92%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=20.25%
G=59.92%
B=19.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48142470.6600.670.44119.3750.2637.06
Hex308E2F420432C773225
Octal60216571020103541676245
Binary110000100011101011111000010010000111011001110111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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