Html Css Color HEX #2B9629 Forest Green

📋 copy color: '#2B9629'

red 43 ◦ green 150 ◦ blue 41

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

Shades of Forest Green #2B9629

Tints of Forest Green #2B9629

RGB

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

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

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

R = 18.38%
G = 64.1%
B = 17.52%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#2B9629 (or 0x2B9629) is known color: Forest Green. HEX triplet: 2B, 96 and 29. RGB value is (43,150,41). Sum of RGB (Red+Green+Blue) = 43+150+41=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 150 (58.98% from 255 or 64.10% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 150 - color contains mainly: green. Hex color #2B9629 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9629 is #D469D6. Grayscale: #696969. Windows color (decimal): -13920727 or 2725419. OLE color: 2725419.

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

Color convert

RGB 43 150 41 -
CMYK 0.71 0 0.73 0.41
HSL 118.9º 0.57% 0.37% -
HSV(B) 118.9º 0.73% 0.59% -
XYZ 12.3 22.49 5.79 -
YUV 105.58 91.55 83.36 -
System Red Green Blue C M Y K H S L
Decimal 43 150 41 0.71 0 0.73 0.41 118.9 0.57 0.37
Hex 2B 96 29 47 0 49 29 77 39 25
Octal 53 226 51 107 0 111 51 167 71 45
Binary 101011 10010110 101001 1000111 0 1001001 101001 1110111 111001 100101

Color Harmonies of #2B9629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9629

Black with #2B9629

Text Example


Text Example

White with #2B9629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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