Html Css Color HEX #2B9620 Forest Green

📋 copy color: '#2B9620'

red 43 ◦ green 150 ◦ blue 32

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

Shades of Forest Green #2B9620

Tints of Forest Green #2B9620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 66.67%

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

R = 19.11%
G = 66.67%
B = 14.22%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#2B9620 (or 0x2B9620) is known color: Forest Green. HEX triplet: 2B, 96 and 20. RGB value is (43,150,32). Sum of RGB (Red+Green+Blue) = 43+150+32=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 150 (58.98% from 255 or 66.67% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 150 - color contains mainly: green. Hex color #2B9620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9620 is #D469DF. Grayscale: #686868. Windows color (decimal): -13920736 or 2135595. OLE color: 2135595.

HSL color Cylindrical-coordinate representation of color #2B9620: hue angle of 114.41º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B9620 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 43 150 32 -
CMYK 0.71 0 0.79 0.41
HSL 114.41º 0.65% 0.36% -
HSV(B) 114.41º 0.79% 0.59% -
XYZ 12.16 22.43 5.05 -
YUV 104.56 87.05 84.09 -
System Red Green Blue C M Y K H S L
Decimal 43 150 32 0.71 0 0.79 0.41 114.41 0.65 0.36
Hex 2B 96 20 47 0 4F 29 72 41 24
Octal 53 226 40 107 0 117 51 162 101 44
Binary 101011 10010110 100000 1000111 0 1001111 101001 1110010 1000001 100100

Color Harmonies of #2B9620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9620

Black with #2B9620

Text Example


Text Example

White with #2B9620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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