#2B983E

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

Shades of Forest Green #2B983E

Tints of Forest Green #2B983E

Color information

#2B983E (or 0x2B983E) is unknown color: approx Forest Green. HEX triplet: 2B, 98 and 3E. RGB value is (43,152,62). Sum of RGB (Red+Green+Blue) = 43+152+62=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 152 (59.77% from 255 or 59.14% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 152 - color contains mainly: green. Hex color #2B983E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B983E is #D467C1. Grayscale: #6D6D6D. Windows color (decimal): -13920194 or 4102187. OLE color: 4102187.

HSL color Cylindrical-coordinate representation of color #2B983E: hue angle of 130.46º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B983E is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB4315262-
CMYK0.7200.590.40
HSL130.46º55.9%38.24%-
HSV(B)130.46º71.71%59.61%-
XYZ13.0923.328.37-
YUV109.15101.3980.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.73%
GREEN value IS 152 (59.77% from 255) = 59.14%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=16.73%
G=59.14%
B=24.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43152620.7200.590.40130.4655.938.24
Hex2B983E4803B28823826
Octal5323076110073502027046
Binary101011100110001111101001000011101110100010000010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B983E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B983E; }

 p { color: rgb(43,152,62); }

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

<style>
 a { background-color: #2B983E; }

 a { background-color: rgb(43,152,62); }

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

<style>
 span { border-color: #2B983E; }

 span { border-color: rgb(43,152,62); }

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