Html Css Color HEX #2B821D Forest Green

📋 copy color: '#2B821D'

red 43 ◦ green 130 ◦ blue 29

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

Shades of Forest Green #2B821D

Tints of Forest Green #2B821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 64.36%

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

R = 21.29%
G = 64.36%
B = 14.36%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#2B821D (or 0x2B821D) is known color: Forest Green. HEX triplet: 2B, 82 and 1D. RGB value is (43,130,29). Sum of RGB (Red+Green+Blue) = 43+130+29=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 130 (51.17% from 255 or 64.36% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 130 - color contains mainly: green. Hex color #2B821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B821D is #D47DE2. Grayscale: #5C5C5C. Windows color (decimal): -13925859 or 1933867. OLE color: 1933867.

HSL color Cylindrical-coordinate representation of color #2B821D: hue angle of 111.68º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B821D is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 43 130 29 -
CMYK 0.67 0 0.78 0.49
HSL 111.68º 0.64% 0.31% -
HSV(B) 111.68º 0.78% 0.51% -
XYZ 9.2 16.57 3.88 -
YUV 92.47 92.18 92.71 -
System Red Green Blue C M Y K H S L
Decimal 43 130 29 0.67 0 0.78 0.49 111.68 0.64 0.31
Hex 2B 82 1D 43 0 4E 31 70 40 1F
Octal 53 202 35 103 0 116 61 160 100 37
Binary 101011 10000010 11101 1000011 0 1001110 110001 1110000 1000000 11111

Color Harmonies of #2B821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B821D

Black with #2B821D

Text Example


Text Example

White with #2B821D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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