#2A9502

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

Shades of Forest Green #2A9502

Tints of Forest Green #2A9502

Color information

#2A9502 (or 0x2A9502) is unknown color: approx Forest Green. HEX triplet: 2A, 95 and 02. RGB value is (42,149,2). Sum of RGB (Red+Green+Blue) = 42+149+2=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 149 (58.59% from 255 or 77.20% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9502 is #D56AFD. Grayscale: #646464. Windows color (decimal): -13986558 or 169258. OLE color: 169258.

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

Color convert

RGB421492-
CMYK0.7200.990.42
HSL103.67º97.35%29.61%-
HSV(B)103.67º98.66%58.43%-
XYZ11.7121.993.68-
YUV100.2572.5586.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.76%
GREEN value IS 149 (58.59% from 255) = 77.20%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=21.76%
G=77.20%
B=1.04%

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
Decimal4214920.7200.990.42103.6797.3529.61
Hex2A952480632A68611e
Octal52225211001435215014136
Binary10101010010101101001000011000111010101101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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