#2B9635

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

Shades of Forest Green #2B9635

Tints of Forest Green #2B9635

Color information

#2B9635 (or 0x2B9635) is unknown color: approx Forest Green. HEX triplet: 2B, 96 and 35. RGB value is (43,150,53). Sum of RGB (Red+Green+Blue) = 43+150+53=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 150 (58.98% from 255 or 60.98% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 150 - color contains mainly: green. Hex color #2B9635 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9635 is #D469CA. Grayscale: #6B6B6B. Windows color (decimal): -13920715 or 3511851. OLE color: 3511851.

HSL color Cylindrical-coordinate representation of color #2B9635: hue angle of 125.61º 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 #2B9635 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB4315053-
CMYK0.7100.650.41
HSL125.61º55.44%37.84%-
HSV(B)125.61º71.33%58.82%-
XYZ12.5522.587.07-
YUV106.9597.5582.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 150 (58.98% from 255) = 60.98%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=17.48%
G=60.98%
B=21.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal43150530.7100.650.41125.6155.4437.84
Hex2B963547041297e3726
Octal53226651070101511766746
Binary101011100101101101011000111010000011010011111110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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