#2A9338

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

Shades of Forest Green #2A9338

Tints of Forest Green #2A9338

Color information

#2A9338 (or 0x2A9338) is unknown color: approx Forest Green. HEX triplet: 2A, 93 and 38. RGB value is (42,147,56). Sum of RGB (Red+Green+Blue) = 42+147+56=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 147 (57.81% from 255 or 60% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 147 - color contains mainly: green. Hex color #2A9338 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9338 is #D56CC7. Grayscale: #696969. Windows color (decimal): -13987016 or 3707690. OLE color: 3707690.

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

Color convert

RGB4214756-
CMYK0.7100.620.42
HSL128º55.56%37.06%-
HSV(B)128º71.43%57.65%-
XYZ12.121.657.28-
YUV105.23100.2182.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 147 (57.81% from 255) = 60%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=17.14%
G=60%
B=22.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42147560.7100.620.4212855.5637.06
Hex2A93384703E2A803825
Octal5222370107076522007045
Binary101010100100111110001000111011111010101010000000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,147,56); }

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

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

 a { background-color: rgb(42,147,56); }

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

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

 span { border-color: rgb(42,147,56); }

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