#2B983B

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

Shades of Forest Green #2B983B

Tints of Forest Green #2B983B

Color information

#2B983B (or 0x2B983B) is unknown color: approx Forest Green. HEX triplet: 2B, 98 and 3B. RGB value is (43,152,59). Sum of RGB (Red+Green+Blue) = 43+152+59=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #2B983B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B983B is #D467C4. Grayscale: #6D6D6D. Windows color (decimal): -13920197 or 3905579. OLE color: 3905579.

HSL color Cylindrical-coordinate representation of color #2B983B: hue angle of 128.81º 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 #2B983B is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB4315259-
CMYK0.7200.610.40
HSL128.81º55.9%38.24%-
HSV(B)128.81º71.71%59.61%-
XYZ13.0123.297.95-
YUV108.8199.8981.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.93%
GREEN value IS 152 (59.77% from 255) = 59.84%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=16.93%
G=59.84%
B=23.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43152590.7200.610.40128.8155.938.24
Hex2B983B4803D28813826
Octal5323073110075502017046
Binary101011100110001110111001000011110110100010000001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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