Html Css Color HEX #2A8228 Forest Green

📋 copy color: '#2A8228'

red 42 ◦ green 130 ◦ blue 40

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

Shades of Forest Green #2A8228

Tints of Forest Green #2A8228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.32%

 BLUE value IS 40 (16.02% from 255) = 18.87%

R = 19.81%
G = 61.32%
B = 18.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#2A8228 (or 0x2A8228) is known color: Forest Green. HEX triplet: 2A, 82 and 28. RGB value is (42,130,40). Sum of RGB (Red+Green+Blue) = 42+130+40=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 130 (51.17% from 255 or 61.32% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 130 - color contains mainly: green. Hex color #2A8228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8228 is #D57DD7. Grayscale: #5D5D5D. Windows color (decimal): -13991384 or 2654762. OLE color: 2654762.

HSL color Cylindrical-coordinate representation of color #2A8228: hue angle of 118.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8228 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 42 130 40 -
CMYK 0.68 0 0.69 0.49
HSL 118.67º 0.53% 0.33% -
HSV(B) 118.67º 0.69% 0.51% -
XYZ 9.32 16.61 4.72 -
YUV 93.43 97.85 91.32 -
System Red Green Blue C M Y K H S L
Decimal 42 130 40 0.68 0 0.69 0.49 118.67 0.53 0.33
Hex 2A 82 28 44 0 45 31 77 35 21
Octal 52 202 50 104 0 105 61 167 65 41
Binary 101010 10000010 101000 1000100 0 1000101 110001 1110111 110101 100001

Color Harmonies of #2A8228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8228

Black with #2A8228

Text Example


Text Example

White with #2A8228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,130,40); }

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

background-color css

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

 a { background-color: rgb(42,130,40); }

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

border-color css

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

 span { border-color: rgb(42,130,40); }

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