#2B9501

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

Shades of Forest Green #2B9501

Tints of Forest Green #2B9501

Color information

#2B9501 (or 0x2B9501) is unknown color: approx Forest Green. HEX triplet: 2B, 95 and 01. RGB value is (43,149,1). Sum of RGB (Red+Green+Blue) = 43+149+1=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 149 (58.59% from 255 or 77.20% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9501 is #D46AFE. Grayscale: #646464. Windows color (decimal): -13921023 or 103723. OLE color: 103723.

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

Color convert

RGB431491-
CMYK0.7100.990.42
HSL102.97º98.67%29.41%-
HSV(B)102.97º99.33%58.43%-
XYZ11.7522.013.66-
YUV100.4371.8887.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.28%
GREEN value IS 149 (58.59% from 255) = 77.20%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=22.28%
G=77.20%
B=0.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4314910.7100.990.42102.9798.6729.41
Hex2B951470632A67631d
Octal53225110701435214714335
Binary1010111001010111000111011000111010101100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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