#2B9525

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

Shades of Forest Green #2B9525

Tints of Forest Green #2B9525

Color information

#2B9525 (or 0x2B9525) is unknown color: approx Forest Green. HEX triplet: 2B, 95 and 25. RGB value is (43,149,37). Sum of RGB (Red+Green+Blue) = 43+149+37=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 149 (58.59% from 255 or 65.07% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9525 is #D46ADA. Grayscale: #686868. Windows color (decimal): -13920987 or 2463019. OLE color: 2463019.

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

Color convert

RGB4314937-
CMYK0.7100.750.42
HSL116.79º60.22%36.47%-
HSV(B)116.79º75.17%58.43%-
XYZ12.0822.145.39-
YUV104.5489.8884.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.78%
GREEN value IS 149 (58.59% from 255) = 65.07%
BLUE value IS 37 (14.84% from 255) = 16.16%
R=18.78%
G=65.07%
B=16.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43149370.7100.750.42116.7960.2236.47
Hex2B95254704B2A753c24
Octal53225451070113521657444
Binary101011100101011001011000111010010111010101110101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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