Html Css Color HEX #2A8828 Forest Green

📋 copy color: '#2A8828'

red 42 ◦ green 136 ◦ blue 40

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

Shades of Forest Green #2A8828

Tints of Forest Green #2A8828

RGB

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

 GREEN value IS 136 (53.52% from 255) = 62.39%

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

R = 19.27%
G = 62.39%
B = 18.35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#2A8828 (or 0x2A8828) is known color: Forest Green. HEX triplet: 2A, 88 and 28. RGB value is (42,136,40). Sum of RGB (Red+Green+Blue) = 42+136+40=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8828 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8828 is #D577D7. Grayscale: #616161. Windows color (decimal): -13989848 or 2656298. OLE color: 2656298.

HSL color Cylindrical-coordinate representation of color #2A8828: hue angle of 118.75º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8828 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 136 40 -
CMYK 0.69 0 0.71 0.47
HSL 118.75º 0.55% 0.35% -
HSV(B) 118.75º 0.71% 0.53% -
XYZ 10.14 18.25 5 -
YUV 96.95 95.86 88.81 -
System Red Green Blue C M Y K H S L
Decimal 42 136 40 0.69 0 0.71 0.47 118.75 0.55 0.35
Hex 2A 88 28 45 0 47 2F 77 37 23
Octal 52 210 50 105 0 107 57 167 67 43
Binary 101010 10001000 101000 1000101 0 1000111 101111 1110111 110111 100011

Color Harmonies of #2A8828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8828

Black with #2A8828

Text Example


Text Example

White with #2A8828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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