#2B9E34

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

Shades of Forest Green #2B9E34

Tints of Forest Green #2B9E34

Color information

#2B9E34 (or 0x2B9E34) is unknown color: approx Forest Green. HEX triplet: 2B, 9E and 34. RGB value is (43,158,52). Sum of RGB (Red+Green+Blue) = 43+158+52=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 158 (62.11% from 255 or 62.45% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9E34 is #D461CB. Grayscale: #6F6F6F. Windows color (decimal): -13918668 or 3448363. OLE color: 3448363.

HSL color Cylindrical-coordinate representation of color #2B9E34: hue angle of 124.7º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9E34 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB4315852-
CMYK0.7300.670.38
HSL124.7º57.21%39.41%-
HSV(B)124.7º72.78%61.96%-
XYZ13.8425.227.39-
YUV111.5394.479.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.00%
GREEN value IS 158 (62.11% from 255) = 62.45%
BLUE value IS 52 (20.70% from 255) = 20.55%
R=17.00%
G=62.45%
B=20.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43158520.7300.670.38124.757.2139.41
Hex2B9E3449043267d3927
Octal53236641110103461757147
Binary101011100111101101001001001010000111001101111101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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