#308C2B

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

Shades of Forest Green #308C2B

Tints of Forest Green #308C2B

Color information

#308C2B (or 0x308C2B) is unknown color: approx Forest Green. HEX triplet: 30, 8C and 2B. RGB value is (48,140,43). Sum of RGB (Red+Green+Blue) = 48+140+43=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 140 (55.08% from 255 or 60.61% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 140 - color contains mainly: green. Hex color #308C2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308C2B is #CF73D4. Grayscale: #656565. Windows color (decimal): -13595605 or 2853936. OLE color: 2853936.

HSL color Cylindrical-coordinate representation of color #308C2B: hue angle of 116.91º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308C2B is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB4814043-
CMYK0.6600.690.45
HSL116.91º53.01%35.88%-
HSV(B)116.91º69.29%54.9%-
XYZ11.0319.565.48-
YUV101.4395.0289.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 140 (55.08% from 255) = 60.61%
BLUE value IS 43 (17.19% from 255) = 18.61%
R=20.78%
G=60.61%
B=18.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48140430.6600.690.45116.9153.0135.88
Hex308C2B420452D753524
Octal60214531020105551656544
Binary110000100011001010111000010010001011011011110101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,140,43); }

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

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

 a { background-color: rgb(48,140,43); }

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

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

 span { border-color: rgb(48,140,43); }

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