#2b930a

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

Shades of Forest Green #2B930A

Tints of Forest Green #2B930A

Color information

#2B930A (or 0x2B930A) is unknown color: approx Forest Green. HEX triplet: 2B, 93 and 0A. RGB value is (43,147,10). Sum of RGB (Red+Green+Blue) = 43+147+10=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 147 (57.81% from 255 or 73.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 147 - color contains mainly: green. Hex color #2B930A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B930A is #D46CF5. Grayscale: #646464. Windows color (decimal): -13921526 or 693035. OLE color: 693035.

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

Color convert

RGB4314710-
CMYK0.7100.930.42
HSL105.55º87.26%30.78%-
HSV(B)105.55º93.2%57.65%-
XYZ11.4821.43.81-
YUV100.2977.0487.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.5%
GREEN value IS 147 (57.81% from 255) = 73.5%
BLUE value IS 10 (4.30% from 255) = 5%
R=21.5%
G=73.5%
B=5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43147100.7100.930.42105.5587.2630.78
Hex2B93A4705D2A6a571f
Octal532231210701355215212737
Binary1010111001001110101000111010111011010101101010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b930a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,147,10); }

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

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

 a { background-color: rgb(43,147,10); }

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

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

 span { border-color: rgb(43,147,10); }

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