Html Css Color HEX #2A8714 Forest Green

📋 copy color: '#2A8714'

red 42 ◦ green 135 ◦ blue 20

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

Shades of Forest Green #2A8714

Tints of Forest Green #2A8714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 68.53%

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 21.32%
G = 68.53%
B = 10.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#2A8714 (or 0x2A8714) is known color: Forest Green. HEX triplet: 2A, 87 and 14. RGB value is (42,135,20). Sum of RGB (Red+Green+Blue) = 42+135+20=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 135 (53.12% from 255 or 68.53% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 135 - color contains mainly: green. Hex color #2A8714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8714 is #D578EB. Grayscale: #5E5E5E. Windows color (decimal): -13990124 or 1345322. OLE color: 1345322.

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

Color convert

RGB 42 135 20 -
CMYK 0.69 0 0.85 0.47
HSL 108.52º 0.74% 0.3% -
HSV(B) 108.52º 0.85% 0.53% -
XYZ 9.75 17.87 3.6 -
YUV 94.08 86.19 90.85 -
System Red Green Blue C M Y K H S L
Decimal 42 135 20 0.69 0 0.85 0.47 108.52 0.74 0.3
Hex 2A 87 14 45 0 55 2F 6D 4A 1E
Octal 52 207 24 105 0 125 57 155 112 36
Binary 101010 10000111 10100 1000101 0 1010101 101111 1101101 1001010 11110

Color Harmonies of #2A8714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8714

Black with #2A8714

Text Example


Text Example

White with #2A8714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,135,20); }

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

background-color css

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

 a { background-color: rgb(42,135,20); }

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

border-color css

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

 span { border-color: rgb(42,135,20); }

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