#2B9434

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

Shades of Forest Green #2B9434

Tints of Forest Green #2B9434

Color information

#2B9434 (or 0x2B9434) is unknown color: approx Forest Green. HEX triplet: 2B, 94 and 34. RGB value is (43,148,52). Sum of RGB (Red+Green+Blue) = 43+148+52=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #2B9434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9434 is #D46BCB. Grayscale: #696969. Windows color (decimal): -13921228 or 3445803. OLE color: 3445803.

HSL color Cylindrical-coordinate representation of color #2B9434: hue angle of 125.14º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9434 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB4314852-
CMYK0.7100.650.42
HSL125.14º54.97%37.45%-
HSV(B)125.14º70.95%58.04%-
XYZ12.2121.946.84-
YUV105.6697.7183.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 148 (58.20% from 255) = 60.91%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=17.70%
G=60.91%
B=21.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43148520.7100.650.42125.1454.9737.45
Hex2B9434470412A7d3725
Octal53224641070101521756745
Binary101011100101001101001000111010000011010101111101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,148,52); }

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

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

 a { background-color: rgb(43,148,52); }

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

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

 span { border-color: rgb(43,148,52); }

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