Html Css Color HEX #2BBC7F Jungle Green

📋 copy color: '#2BBC7F'

red 43 ◦ green 188 ◦ blue 127

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

Shades of Jungle Green #2BBC7F

Tints of Jungle Green #2BBC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.51%

 BLUE value IS 127 (50% from 255) = 35.47%

R = 12.01%
G = 52.51%
B = 35.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#2BBC7F (or 0x2BBC7F) is known color: Jungle Green. HEX triplet: 2B, BC and 7F. RGB value is (43,188,127). Sum of RGB (Red+Green+Blue) = 43+188+127=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC7F is #D44380. Grayscale: #898989. Windows color (decimal): -13910913 or 8371243. OLE color: 8371243.

HSL color Cylindrical-coordinate representation of color #2BBC7F: hue angle of 154.76º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBC7F is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 188 127 -
CMYK 0.77 0 0.32 0.26
HSL 154.76º 0.63% 0.45% -
HSV(B) 154.76º 0.77% 0.74% -
XYZ 22.81 38.01 26.21 -
YUV 137.69 121.96 60.46 -
System Red Green Blue C M Y K H S L
Decimal 43 188 127 0.77 0 0.32 0.26 154.76 0.63 0.45
Hex 2B BC 7F 4D 0 20 1A 9B 3F 2D
Octal 53 274 177 115 0 40 32 233 77 55
Binary 101011 10111100 1111111 1001101 0 100000 11010 10011011 111111 101101

Color Harmonies of #2BBC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBC7F

Black with #2BBC7F

Text Example


Text Example

White with #2BBC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,188,127); }

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

background-color css

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

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

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

border-color css

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

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

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