#2B993E

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

Shades of Forest Green #2B993E

Tints of Forest Green #2B993E

Color information

#2B993E (or 0x2B993E) is unknown color: approx Forest Green. HEX triplet: 2B, 99 and 3E. RGB value is (43,153,62). Sum of RGB (Red+Green+Blue) = 43+153+62=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 153 (60.16% from 255 or 59.30% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 153 - color contains mainly: green. Hex color #2B993E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B993E is #D466C1. Grayscale: #6D6D6D. Windows color (decimal): -13919938 or 4102443. OLE color: 4102443.

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

Color convert

RGB4315362-
CMYK0.7200.590.4
HSL130.36º56.12%38.43%-
HSV(B)130.36º71.9%60%-
XYZ13.2623.648.42-
YUV109.74101.0680.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.67%
GREEN value IS 153 (60.16% from 255) = 59.30%
BLUE value IS 62 (24.61% from 255) = 24.03%
R=16.67%
G=59.30%
B=24.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal43153620.7200.590.4130.3656.1238.43
Hex2B993E4803B28823826
Octal5323176110073502027046
Binary101011100110011111101001000011101110100010000010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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