Html Css Color HEX #2B882B Forest Green

📋 copy color: '#2B882B'

red 43 ◦ green 136 ◦ blue 43

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

Shades of Forest Green #2B882B

Tints of Forest Green #2B882B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 61.26%

 BLUE value IS 43 (17.19% from 255) = 19.37%

R = 19.37%
G = 61.26%
B = 19.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#2B882B (or 0x2B882B) is known color: Forest Green. HEX triplet: 2B, 88 and 2B. RGB value is (43,136,43). Sum of RGB (Red+Green+Blue) = 43+136+43=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 136 (53.52% from 255 or 61.26% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 136 - color contains mainly: green. Hex color #2B882B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B882B is #D477D4. Grayscale: #616161. Windows color (decimal): -13924309 or 2852907. OLE color: 2852907.

HSL color Cylindrical-coordinate representation of color #2B882B: hue angle of 120º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B882B is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 136 43 -
CMYK 0.68 0 0.68 0.47
HSL 120º 0.52% 0.35% -
HSV(B) 120º 0.68% 0.53% -
XYZ 10.24 18.3 5.28 -
YUV 97.59 97.19 89.06 -
System Red Green Blue C M Y K H S L
Decimal 43 136 43 0.68 0 0.68 0.47 120 0.52 0.35
Hex 2B 88 2B 44 0 44 2F 78 34 23
Octal 53 210 53 104 0 104 57 170 64 43
Binary 101011 10001000 101011 1000100 0 1000100 101111 1111000 110100 100011

Color Harmonies of #2B882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B882B

Black with #2B882B

Text Example


Text Example

White with #2B882B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,136,43); }

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

background-color css

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

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

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

border-color css

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

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

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