#2B7D1B

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

Shades of Forest Green #2B7D1B

Tints of Forest Green #2B7D1B

Color information

#2B7D1B (or 0x2B7D1B) is unknown color: approx Forest Green. HEX triplet: 2B, 7D and 1B. RGB value is (43,125,27). Sum of RGB (Red+Green+Blue) = 43+125+27=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 125 (49.22% from 255 or 64.10% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 125 - color contains mainly: green. Hex color #2B7D1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7D1B is #D482E4. Grayscale: #595959. Windows color (decimal): -13927141 or 1801515. OLE color: 1801515.

HSL color Cylindrical-coordinate representation of color #2B7D1B: hue angle of 110.2º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B7D1B is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB4312527-
CMYK0.6600.780.51
HSL110.2º64.47%29.8%-
HSV(B)110.2º78.4%49.02%-
XYZ8.5315.263.53-
YUV89.3192.8394.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.05%
GREEN value IS 125 (49.22% from 255) = 64.10%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=22.05%
G=64.10%
B=13.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43125270.6600.780.51110.264.4729.8
Hex2B7D1B4204E336e401e
Octal531753310201166315610036
Binary1010111111101110111000010010011101100111101110100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,125,27); }

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

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

 a { background-color: rgb(43,125,27); }

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

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

 span { border-color: rgb(43,125,27); }

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