Html Css Color HEX #2BAD20 Forest Green

📋 copy color: '#2BAD20'

red 43 ◦ green 173 ◦ blue 32

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

Shades of Forest Green #2BAD20

Tints of Forest Green #2BAD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 69.76%

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 17.34%
G = 69.76%
B = 12.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#2BAD20 (or 0x2BAD20) is known color: Forest Green. HEX triplet: 2B, AD and 20. RGB value is (43,173,32). Sum of RGB (Red+Green+Blue) = 43+173+32=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 173 (67.97% from 255 or 69.76% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAD20 is #D452DF. Grayscale: #767676. Windows color (decimal): -13914848 or 2141483. OLE color: 2141483.

HSL color Cylindrical-coordinate representation of color #2BAD20: hue angle of 115.32º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BAD20 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 173 32 -
CMYK 0.75 0 0.82 0.32
HSL 115.32º 0.69% 0.4% -
HSV(B) 115.32º 0.82% 0.68% -
XYZ 16.2 30.51 6.4 -
YUV 118.06 79.43 74.46 -
System Red Green Blue C M Y K H S L
Decimal 43 173 32 0.75 0 0.82 0.32 115.32 0.69 0.4
Hex 2B AD 20 4B 0 52 20 73 45 28
Octal 53 255 40 113 0 122 40 163 105 50
Binary 101011 10101101 100000 1001011 0 1010010 100000 1110011 1000101 101000

Color Harmonies of #2BAD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAD20

Black with #2BAD20

Text Example


Text Example

White with #2BAD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,173,32); }

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

background-color css

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

 a { background-color: rgb(43,173,32); }

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

border-color css

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

 span { border-color: rgb(43,173,32); }

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