Html Css Color HEX #2B8900 Forest Green

📋 copy color: '#2B8900'

red 43 ◦ green 137 ◦ blue 0

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

Shades of Forest Green #2B8900

Tints of Forest Green #2B8900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 76.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 23.89%
G = 76.11%
B = 0%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#2B8900 (or 0x2B8900) is known color: Forest Green. HEX triplet: 2B, 89 and 00. RGB value is (43,137,0). Sum of RGB (Red+Green+Blue) = 43+137+0=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 137 (53.91% from 255 or 76.11% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8900 is #D476FF. Grayscale: #5D5D5D. Windows color (decimal): -13924096 or 35115. OLE color: 35115.

HSL color Cylindrical-coordinate representation of color #2B8900: hue angle of 101.17º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B8900 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 137 0 -
CMYK 0.69 0 1 0.46
HSL 101.17º 1% 0.27% -
HSV(B) 101.17º 1% 0.54% -
XYZ 9.94 18.4 3.03 -
YUV 93.28 75.36 92.14 -
System Red Green Blue C M Y K H S L
Decimal 43 137 0 0.69 0 1 0.46 101.17 1 0.27
Hex 2B 89 0 45 0 64 2E 65 64 1B
Octal 53 211 0 105 0 144 56 145 144 33
Binary 101011 10001001 0 1000101 0 1100100 101110 1100101 1100100 11011

Color Harmonies of #2B8900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8900

Black with #2B8900

Text Example


Text Example

White with #2B8900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,137,0); }

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

background-color css

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

 a { background-color: rgb(43,137,0); }

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

border-color css

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

 span { border-color: rgb(43,137,0); }

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