Html Css Color HEX #2A771C Forest Green

📋 copy color: '#2A771C'

red 42 ◦ green 119 ◦ blue 28

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

Shades of Forest Green #2A771C

Tints of Forest Green #2A771C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.81%

R = 22.22%
G = 62.96%
B = 14.81%

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

#2A771C (or 0x2A771C) is known color: Forest Green. HEX triplet: 2A, 77 and 1C. RGB value is (42,119,28). Sum of RGB (Red+Green+Blue) = 42+119+28=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #2A771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A771C is #D588E3. Grayscale: #555555. Windows color (decimal): -13994212 or 1865514. OLE color: 1865514.

HSL color Cylindrical-coordinate representation of color #2A771C: hue angle of 110.77º degrees, saturation: 0.62, 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 #2A771C is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 42 119 28 -
CMYK 0.65 0 0.76 0.53
HSL 110.77º 0.62% 0.29% -
HSV(B) 110.77º 0.76% 0.47% -
XYZ 7.76 13.77 3.35 -
YUV 85.6 95.49 96.9 -
System Red Green Blue C M Y K H S L
Decimal 42 119 28 0.65 0 0.76 0.53 110.77 0.62 0.29
Hex 2A 77 1C 41 0 4C 35 6F 3E 1D
Octal 52 167 34 101 0 114 65 157 76 35
Binary 101010 1110111 11100 1000001 0 1001100 110101 1101111 111110 11101

Color Harmonies of #2A771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A771C

Black with #2A771C

Text Example


Text Example

White with #2A771C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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