#2A953C

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

Shades of Forest Green #2A953C

Tints of Forest Green #2A953C

Color information

#2A953C (or 0x2A953C) is unknown color: approx Forest Green. HEX triplet: 2A, 95 and 3C. RGB value is (42,149,60). Sum of RGB (Red+Green+Blue) = 42+149+60=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #2A953C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A953C is #D56AC3. Grayscale: #6B6B6B. Windows color (decimal): -13986500 or 3970346. OLE color: 3970346.

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

Color convert

RGB4214960-
CMYK0.7200.600.42
HSL130.09º56.02%37.45%-
HSV(B)130.09º71.81%58.43%-
XYZ12.5222.317.92-
YUV106.86101.5581.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.73%
GREEN value IS 149 (58.59% from 255) = 59.36%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=16.73%
G=59.36%
B=23.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42149600.7200.600.42130.0956.0237.45
Hex2A953C4803C2A823825
Octal5222574110074522027045
Binary101010100101011111001001000011110010101010000010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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