Html Css Color HEX #2A841D Forest Green

📋 copy color: '#2A841D'

red 42 ◦ green 132 ◦ blue 29

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

Shades of Forest Green #2A841D

Tints of Forest Green #2A841D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 65.02%

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

R = 20.69%
G = 65.02%
B = 14.29%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#2A841D (or 0x2A841D) is known color: Forest Green. HEX triplet: 2A, 84 and 1D. RGB value is (42,132,29). Sum of RGB (Red+Green+Blue) = 42+132+29=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 132 (51.95% from 255 or 65.02% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 132 - color contains mainly: green. Hex color #2A841D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A841D is #D57BE2. Grayscale: #5D5D5D. Windows color (decimal): -13990883 or 1934378. OLE color: 1934378.

HSL color Cylindrical-coordinate representation of color #2A841D: hue angle of 112.43º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A841D is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 42 132 29 -
CMYK 0.68 0 0.78 0.48
HSL 112.43º 0.64% 0.32% -
HSV(B) 112.43º 0.78% 0.52% -
XYZ 9.43 17.08 3.96 -
YUV 93.35 91.68 91.38 -
System Red Green Blue C M Y K H S L
Decimal 42 132 29 0.68 0 0.78 0.48 112.43 0.64 0.32
Hex 2A 84 1D 44 0 4E 30 70 40 20
Octal 52 204 35 104 0 116 60 160 100 40
Binary 101010 10000100 11101 1000100 0 1001110 110000 1110000 1000000 100000

Color Harmonies of #2A841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A841D

Black with #2A841D

Text Example


Text Example

White with #2A841D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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