#2B9638

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

Shades of Forest Green #2B9638

Tints of Forest Green #2B9638

Color information

#2B9638 (or 0x2B9638) is unknown color: approx Forest Green. HEX triplet: 2B, 96 and 38. RGB value is (43,150,56). Sum of RGB (Red+Green+Blue) = 43+150+56=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 150 (58.98% from 255 or 60.24% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 150 - color contains mainly: green. Hex color #2B9638 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9638 is #D469C7. Grayscale: #6B6B6B. Windows color (decimal): -13920712 or 3708459. OLE color: 3708459.

HSL color Cylindrical-coordinate representation of color #2B9638: hue angle of 127.29º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9638 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB4315056-
CMYK0.7100.630.41
HSL127.29º55.44%37.84%-
HSV(B)127.29º71.33%58.82%-
XYZ12.6222.617.44-
YUV107.2999.0582.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.27%
GREEN value IS 150 (58.98% from 255) = 60.24%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=17.27%
G=60.24%
B=22.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal43150560.7100.630.41127.2955.4437.84
Hex2B96384703F297f3726
Octal5322670107077511776746
Binary10101110010110111000100011101111111010011111111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,150,56); }

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

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

 a { background-color: rgb(43,150,56); }

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

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

 span { border-color: rgb(43,150,56); }

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