#2B9C1F

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

Shades of Forest Green #2B9C1F

Tints of Forest Green #2B9C1F

Color information

#2B9C1F (or 0x2B9C1F) is unknown color: approx Forest Green. HEX triplet: 2B, 9C and 1F. RGB value is (43,156,31). Sum of RGB (Red+Green+Blue) = 43+156+31=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 156 (61.33% from 255 or 67.83% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9C1F is #D463E0. Grayscale: #6C6C6C. Windows color (decimal): -13919201 or 2071595. OLE color: 2071595.

HSL color Cylindrical-coordinate representation of color #2B9C1F: hue angle of 114.24º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B9C1F is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB4315631-
CMYK0.7200.800.39
HSL114.24º66.84%36.67%-
HSV(B)114.24º80.13%61.18%-
XYZ13.1324.395.31-
YUV107.9684.5681.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.70%
GREEN value IS 156 (61.33% from 255) = 67.83%
BLUE value IS 31 (12.5% from 255) = 13.48%
R=18.70%
G=67.83%
B=13.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43156310.7200.800.39114.2466.8436.67
Hex2B9C1F4805027724325
Octal532343711001204716210345
Binary101011100111001111110010000101000010011111100101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,156,31); }

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

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

 a { background-color: rgb(43,156,31); }

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

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

 span { border-color: rgb(43,156,31); }

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