Html Css Color HEX #2B9829 Forest Green

📋 copy color: '#2B9829'

red 43 ◦ green 152 ◦ blue 41

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

Shades of Forest Green #2B9829

Tints of Forest Green #2B9829

RGB

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

 GREEN value IS 152 (59.77% from 255) = 64.41%

 BLUE value IS 41 (16.41% from 255) = 17.37%

R = 18.22%
G = 64.41%
B = 17.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#2B9829 (or 0x2B9829) is known color: Forest Green. HEX triplet: 2B, 98 and 29. RGB value is (43,152,41). Sum of RGB (Red+Green+Blue) = 43+152+41=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 152 (59.77% from 255 or 64.41% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9829 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9829 is #D467D6. Grayscale: #6B6B6B. Windows color (decimal): -13920215 or 2725931. OLE color: 2725931.

HSL color Cylindrical-coordinate representation of color #2B9829: hue angle of 118.92º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9829 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 43 152 41 -
CMYK 0.72 0 0.73 0.40
HSL 118.92º 0.58% 0.38% -
HSV(B) 118.92º 0.73% 0.6% -
XYZ 12.62 23.13 5.9 -
YUV 106.76 90.89 82.53 -
System Red Green Blue C M Y K H S L
Decimal 43 152 41 0.72 0 0.73 0.40 118.92 0.58 0.38
Hex 2B 98 29 48 0 49 28 77 3A 26
Octal 53 230 51 110 0 111 50 167 72 46
Binary 101011 10011000 101001 1001000 0 1001001 101000 1110111 111010 100110

Color Harmonies of #2B9829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9829

Black with #2B9829

Text Example


Text Example

White with #2B9829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,152,41); }

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

background-color css

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

 a { background-color: rgb(43,152,41); }

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

border-color css

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

 span { border-color: rgb(43,152,41); }

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