#308A2B

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

Shades of Forest Green #308A2B

Tints of Forest Green #308A2B

Color information

#308A2B (or 0x308A2B) is unknown color: approx Forest Green. HEX triplet: 30, 8A and 2B. RGB value is (48,138,43). Sum of RGB (Red+Green+Blue) = 48+138+43=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 138 (54.30% from 255 or 60.26% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 138 - color contains mainly: green. Hex color #308A2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308A2B is #CF75D4. Grayscale: #646464. Windows color (decimal): -13596117 or 2853424. OLE color: 2853424.

HSL color Cylindrical-coordinate representation of color #308A2B: hue angle of 116.84º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308A2B is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB4813843-
CMYK0.6500.690.46
HSL116.84º52.49%35.49%-
HSV(B)116.84º68.84%54.12%-
XYZ10.7418.985.38-
YUV100.2695.6890.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 138 (54.30% from 255) = 60.26%
BLUE value IS 43 (17.19% from 255) = 18.78%
R=20.96%
G=60.26%
B=18.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48138430.6500.690.46116.8452.4935.49
Hex308A2B410452E753423
Octal60212531010105561656443
Binary110000100010101010111000001010001011011101110101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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