Html Css Color HEX #2A8426 Forest Green

📋 copy color: '#2A8426'

red 42 ◦ green 132 ◦ blue 38

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

Shades of Forest Green #2A8426

Tints of Forest Green #2A8426

RGB

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

 GREEN value IS 132 (51.95% from 255) = 62.26%

 BLUE value IS 38 (15.23% from 255) = 17.92%

R = 19.81%
G = 62.26%
B = 17.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#2A8426 (or 0x2A8426) is known color: Forest Green. HEX triplet: 2A, 84 and 26. RGB value is (42,132,38). Sum of RGB (Red+Green+Blue) = 42+132+38=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #2A8426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8426 is #D57BD9. Grayscale: #5E5E5E. Windows color (decimal): -13990874 or 2524202. OLE color: 2524202.

HSL color Cylindrical-coordinate representation of color #2A8426: hue angle of 117.45º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8426 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 42 132 38 -
CMYK 0.68 0 0.71 0.48
HSL 117.45º 0.55% 0.33% -
HSV(B) 117.45º 0.71% 0.52% -
XYZ 9.56 17.13 4.64 -
YUV 94.37 96.18 90.64 -
System Red Green Blue C M Y K H S L
Decimal 42 132 38 0.68 0 0.71 0.48 117.45 0.55 0.33
Hex 2A 84 26 44 0 47 30 75 37 21
Octal 52 204 46 104 0 107 60 165 67 41
Binary 101010 10000100 100110 1000100 0 1000111 110000 1110101 110111 100001

Color Harmonies of #2A8426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8426

Black with #2A8426

Text Example


Text Example

White with #2A8426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,132,38); }

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

background-color css

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

 a { background-color: rgb(42,132,38); }

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

border-color css

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

 span { border-color: rgb(42,132,38); }

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