Html Css Color HEX #2B9139 Forest Green

📋 copy color: '#2B9139'

red 43 ◦ green 145 ◦ blue 57

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

Shades of Forest Green #2B9139

Tints of Forest Green #2B9139

RGB

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

 GREEN value IS 145 (57.03% from 255) = 59.18%

 BLUE value IS 57 (22.66% from 255) = 23.27%

R = 17.55%
G = 59.18%
B = 23.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#2B9139 (or 0x2B9139) is known color: Forest Green. HEX triplet: 2B, 91 and 39. RGB value is (43,145,57). Sum of RGB (Red+Green+Blue) = 43+145+57=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #2B9139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9139 is #D46EC6. Grayscale: #686868. Windows color (decimal): -13921991 or 3772715. OLE color: 3772715.

HSL color Cylindrical-coordinate representation of color #2B9139: hue angle of 128.24º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B9139 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 43 145 57 -
CMYK 0.70 0 0.61 0.43
HSL 128.24º 0.54% 0.37% -
HSV(B) 128.24º 0.7% 0.57% -
XYZ 11.86 21.06 7.31 -
YUV 104.47 101.21 84.16 -
System Red Green Blue C M Y K H S L
Decimal 43 145 57 0.70 0 0.61 0.43 128.24 0.54 0.37
Hex 2B 91 39 46 0 3D 2B 80 36 25
Octal 53 221 71 106 0 75 53 200 66 45
Binary 101011 10010001 111001 1000110 0 111101 101011 10000000 110110 100101

Color Harmonies of #2B9139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9139

Black with #2B9139

Text Example


Text Example

White with #2B9139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,145,57); }

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

background-color css

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

 a { background-color: rgb(43,145,57); }

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

border-color css

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

 span { border-color: rgb(43,145,57); }

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