#308F2F

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

Shades of Forest Green #308F2F

Tints of Forest Green #308F2F

Color information

#308F2F (or 0x308F2F) is unknown color: approx Forest Green. HEX triplet: 30, 8F and 2F. RGB value is (48,143,47). Sum of RGB (Red+Green+Blue) = 48+143+47=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 143 (56.25% from 255 or 60.08% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 143 - color contains mainly: green. Hex color #308F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308F2F is #CF70D0. Grayscale: #676767. Windows color (decimal): -13594833 or 3116848. OLE color: 3116848.

HSL color Cylindrical-coordinate representation of color #308F2F: hue angle of 119.38º degrees, saturation: 0.51, 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 #308F2F is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB4814347-
CMYK0.6600.670.44
HSL119.38º50.53%37.25%-
HSV(B)119.38º67.13%56.08%-
XYZ11.5520.486.03-
YUV103.6596.0388.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 143 (56.25% from 255) = 60.08%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=20.17%
G=60.08%
B=19.75%

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
Decimal48143470.6600.670.44119.3850.5337.25
Hex308F2F420432C773325
Octal60217571020103541676345
Binary110000100011111011111000010010000111011001110111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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