Html Css Color HEX #2A851D Forest Green

📋 copy color: '#2A851D'

red 42 ◦ green 133 ◦ blue 29

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

Shades of Forest Green #2A851D

Tints of Forest Green #2A851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 65.2%

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

R = 20.59%
G = 65.2%
B = 14.22%

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

#2A851D (or 0x2A851D) is known color: Forest Green. HEX triplet: 2A, 85 and 1D. RGB value is (42,133,29). Sum of RGB (Red+Green+Blue) = 42+133+29=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #2A851D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A851D is #D57AE2. Grayscale: #5E5E5E. Windows color (decimal): -13990627 or 1934634. OLE color: 1934634.

HSL color Cylindrical-coordinate representation of color #2A851D: hue angle of 112.5º 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 #2A851D is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 42 133 29 -
CMYK 0.68 0 0.78 0.48
HSL 112.5º 0.64% 0.32% -
HSV(B) 112.5º 0.78% 0.52% -
XYZ 9.56 17.36 4.01 -
YUV 93.94 91.35 90.96 -
System Red Green Blue C M Y K H S L
Decimal 42 133 29 0.68 0 0.78 0.48 112.5 0.64 0.32
Hex 2A 85 1D 44 0 4E 30 70 40 20
Octal 52 205 35 104 0 116 60 160 100 40
Binary 101010 10000101 11101 1000100 0 1001110 110000 1110000 1000000 100000

Color Harmonies of #2A851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A851D

Black with #2A851D

Text Example


Text Example

White with #2A851D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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