Html Css Color HEX #2BB782 Jungle Green

📋 copy color: '#2BB782'

red 43 ◦ green 183 ◦ blue 130

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

Shades of Jungle Green #2BB782

Tints of Jungle Green #2BB782

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.4%

 BLUE value IS 130 (51.17% from 255) = 36.52%

R = 12.08%
G = 51.4%
B = 36.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#2BB782 (or 0x2BB782) is known color: Jungle Green. HEX triplet: 2B, B7 and 82. RGB value is (43,183,130). Sum of RGB (Red+Green+Blue) = 43+183+130=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB782 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB782 is #D4487D. Grayscale: #878787. Windows color (decimal): -13912190 or 8566571. OLE color: 8566571.

HSL color Cylindrical-coordinate representation of color #2BB782: hue angle of 157.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB782 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 43 183 130 -
CMYK 0.77 0 0.29 0.28
HSL 157.29º 0.62% 0.44% -
HSV(B) 157.29º 0.77% 0.72% -
XYZ 21.96 35.99 26.91 -
YUV 135.1 125.12 62.31 -
System Red Green Blue C M Y K H S L
Decimal 43 183 130 0.77 0 0.29 0.28 157.29 0.62 0.44
Hex 2B B7 82 4D 0 1D 1C 9D 3E 2C
Octal 53 267 202 115 0 35 34 235 76 54
Binary 101011 10110111 10000010 1001101 0 11101 11100 10011101 111110 101100

Color Harmonies of #2BB782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB782

Black with #2BB782

Text Example


Text Example

White with #2BB782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,183,130); }

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

background-color css

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

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

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

border-color css

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

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

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