#2B8B34

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

Shades of Forest Green #2B8B34

Tints of Forest Green #2B8B34

Color information

#2B8B34 (or 0x2B8B34) is unknown color: approx Forest Green. HEX triplet: 2B, 8B and 34. RGB value is (43,139,52). Sum of RGB (Red+Green+Blue) = 43+139+52=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 139 (54.69% from 255 or 59.40% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8B34 is #D474CB. Grayscale: #646464. Windows color (decimal): -13923532 or 3443499. OLE color: 3443499.

HSL color Cylindrical-coordinate representation of color #2B8B34: hue angle of 125.62º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8B34 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB4313952-
CMYK0.6900.630.45
HSL125.62º52.75%35.69%-
HSV(B)125.62º69.06%54.51%-
XYZ10.8519.236.39-
YUV100.38100.787.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 139 (54.69% from 255) = 59.40%
BLUE value IS 52 (20.70% from 255) = 22.22%
R=18.38%
G=59.40%
B=22.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43139520.6900.630.45125.6252.7535.69
Hex2B8B344503F2D7e3524
Octal5321364105077551766544
Binary10101110001011110100100010101111111011011111110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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