Html Css Color HEX #2B841D Forest Green

📋 copy color: '#2B841D'

red 43 ◦ green 132 ◦ blue 29

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

Shades of Forest Green #2B841D

Tints of Forest Green #2B841D

RGB

 RED value IS 43 (17.19% from 255) = 21.08%

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

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

R = 21.08%
G = 64.71%
B = 14.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#2B841D (or 0x2B841D) is known color: Forest Green. HEX triplet: 2B, 84 and 1D. RGB value is (43,132,29). Sum of RGB (Red+Green+Blue) = 43+132+29=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #2B841D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B841D is #D47BE2. Grayscale: #5D5D5D. Windows color (decimal): -13925347 or 1934379. OLE color: 1934379.

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

Color convert

RGB 43 132 29 -
CMYK 0.67 0 0.78 0.48
HSL 111.84º 0.64% 0.32% -
HSV(B) 111.84º 0.78% 0.52% -
XYZ 9.47 17.1 3.96 -
YUV 93.65 91.51 91.88 -
System Red Green Blue C M Y K H S L
Decimal 43 132 29 0.67 0 0.78 0.48 111.84 0.64 0.32
Hex 2B 84 1D 43 0 4E 30 70 40 20
Octal 53 204 35 103 0 116 60 160 100 40
Binary 101011 10000100 11101 1000011 0 1001110 110000 1110000 1000000 100000

Color Harmonies of #2B841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B841D

Black with #2B841D

Text Example


Text Example

White with #2B841D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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