#2A9501

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

Shades of Forest Green #2A9501

Tints of Forest Green #2A9501

Color information

#2A9501 (or 0x2A9501) is unknown color: approx Forest Green. HEX triplet: 2A, 95 and 01. RGB value is (42,149,1). Sum of RGB (Red+Green+Blue) = 42+149+1=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 149 (58.59% from 255 or 77.60% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9501 is #D56AFE. Grayscale: #646464. Windows color (decimal): -13986559 or 103722. OLE color: 103722.

HSL color Cylindrical-coordinate representation of color #2A9501: hue angle of 103.38º 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 #2A9501 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB421491-
CMYK0.7200.990.42
HSL103.38º98.67%29.41%-
HSV(B)103.38º99.33%58.43%-
XYZ11.7121.993.66-
YUV100.1472.0586.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.88%
GREEN value IS 149 (58.59% from 255) = 77.60%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=21.88%
G=77.60%
B=0.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4214910.7200.990.42103.3898.6729.41
Hex2A951480632A67631d
Octal52225111001435214714335
Binary1010101001010111001000011000111010101100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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