#2B8C25

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

Shades of Forest Green #2B8C25

Tints of Forest Green #2B8C25

Color information

#2B8C25 (or 0x2B8C25) is unknown color: approx Forest Green. HEX triplet: 2B, 8C and 25. RGB value is (43,140,37). Sum of RGB (Red+Green+Blue) = 43+140+37=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 140 (55.08% from 255 or 63.64% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8C25 is #D473DA. Grayscale: #636363. Windows color (decimal): -13923291 or 2460715. OLE color: 2460715.

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

Color convert

RGB4314037-
CMYK0.6900.740.45
HSL116.5º58.19%34.71%-
HSV(B)116.5º73.57%54.9%-
XYZ10.7119.44.93-
YUV99.2692.8687.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 140 (55.08% from 255) = 63.64%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=19.55%
G=63.64%
B=16.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43140370.6900.740.45116.558.1934.71
Hex2B8C254504A2D753a23
Octal53214451050112551657243
Binary101011100011001001011000101010010101011011110101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,140,37); }

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

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

 a { background-color: rgb(43,140,37); }

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

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

 span { border-color: rgb(43,140,37); }

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