Html Css Color HEX #2A771D Forest Green

📋 copy color: '#2A771D'

red 42 ◦ green 119 ◦ blue 29

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

Shades of Forest Green #2A771D

Tints of Forest Green #2A771D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 62.63%

 BLUE value IS 29 (11.72% from 255) = 15.26%

R = 22.11%
G = 62.63%
B = 15.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#2A771D (or 0x2A771D) is known color: Forest Green. HEX triplet: 2A, 77 and 1D. RGB value is (42,119,29). Sum of RGB (Red+Green+Blue) = 42+119+29=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 119 (46.88% from 255 or 62.63% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 119 - color contains mainly: green. Hex color #2A771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A771D is #D588E2. Grayscale: #555555. Windows color (decimal): -13994211 or 1931050. OLE color: 1931050.

HSL color Cylindrical-coordinate representation of color #2A771D: hue angle of 111.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A771D is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 42 119 29 -
CMYK 0.65 0 0.76 0.53
HSL 111.33º 0.61% 0.29% -
HSV(B) 111.33º 0.76% 0.47% -
XYZ 7.77 13.77 3.41 -
YUV 85.72 95.99 96.82 -
System Red Green Blue C M Y K H S L
Decimal 42 119 29 0.65 0 0.76 0.53 111.33 0.61 0.29
Hex 2A 77 1D 41 0 4C 35 6F 3D 1D
Octal 52 167 35 101 0 114 65 157 75 35
Binary 101010 1110111 11101 1000001 0 1001100 110101 1101111 111101 11101

Color Harmonies of #2A771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A771D

Black with #2A771D

Text Example


Text Example

White with #2A771D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,119,29); }

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

background-color css

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

 a { background-color: rgb(42,119,29); }

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

border-color css

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

 span { border-color: rgb(42,119,29); }

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