Html Css Color HEX #2A9215 Forest Green

📋 copy color: '#2A9215'

red 42 ◦ green 146 ◦ blue 21

#2A9215
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2A9215

Tints of Forest Green #2A9215

RGB

 RED value IS 42 (16.8% from 255) = 20.1%

 GREEN value IS 146 (57.42% from 255) = 69.86%

 BLUE value IS 21 (8.59% from 255) = 10.05%

R = 20.1%
G = 69.86%
B = 10.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#2A9215 (or 0x2A9215) is known color: Forest Green. HEX triplet: 2A, 92 and 15. RGB value is (42,146,21). Sum of RGB (Red+Green+Blue) = 42+146+21=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 146 (57.42% from 255 or 69.86% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 146 - color contains mainly: green. Hex color #2A9215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9215 is #D56DEA. Grayscale: #656565. Windows color (decimal): -13987307 or 1413674. OLE color: 1413674.

HSL color Cylindrical-coordinate representation of color #2A9215: hue angle of 109.92º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A9215 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 42 146 21 -
CMYK 0.71 0 0.86 0.43
HSL 109.92º 0.75% 0.33% -
HSV(B) 109.92º 0.86% 0.57% -
XYZ 11.37 21.1 4.18 -
YUV 100.65 83.04 86.16 -
System Red Green Blue C M Y K H S L
Decimal 42 146 21 0.71 0 0.86 0.43 109.92 0.75 0.33
Hex 2A 92 15 47 0 56 2B 6E 4B 21
Octal 52 222 25 107 0 126 53 156 113 41
Binary 101010 10010010 10101 1000111 0 1010110 101011 1101110 1001011 100001

Color Harmonies of #2A9215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9215

Black with #2A9215

Text Example


Text Example

White with #2A9215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,146,21); }

 H1.HeaderClassName
 {
   color: #2A9215;
 }
 .AnyTagClassName
 {
   color: #2A9215;
 }
</style>

background-color css

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

 a { background-color: rgb(42,146,21); }

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

border-color css

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

 span { border-color: rgb(42,146,21); }

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