#2ba926

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

Shades of Forest Green #2BA926

Tints of Forest Green #2BA926

Color information

#2BA926 (or 0x2BA926) is unknown color: approx Forest Green. HEX triplet: 2B, A9 and 26. RGB value is (43,169,38). Sum of RGB (Red+Green+Blue) = 43+169+38=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 169 (66.41% from 255 or 67.6% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA926 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA926 is #D456D9. Grayscale: #747474. Windows color (decimal): -13915866 or 2533675. OLE color: 2533675.

HSL color Cylindrical-coordinate representation of color #2BA926: hue angle of 117.71º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BA926 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB4316938-
CMYK0.7500.780.34
HSL117.71º63.29%40.59%-
HSV(B)117.71º77.51%66.27%-
XYZ15.5329.036.62-
YUV116.3983.7675.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.2%
GREEN value IS 169 (66.41% from 255) = 67.6%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=17.2%
G=67.6%
B=15.2%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal43169380.7500.780.34117.7163.2940.59
Hex2BA9264B04E22763f29
Octal53251461130116421667751
Binary101011101010011001101001011010011101000101110110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ba926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,169,38); }

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

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

 a { background-color: rgb(43,169,38); }

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

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

 span { border-color: rgb(43,169,38); }

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