Html Css Color HEX #2BB288 Jungle Green

📋 copy color: '#2BB288'

red 43 ◦ green 178 ◦ blue 136

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

Shades of Jungle Green #2BB288

Tints of Jungle Green #2BB288

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.86%

 BLUE value IS 136 (53.52% from 255) = 38.1%

R = 12.04%
G = 49.86%
B = 38.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#2BB288 (or 0x2BB288) is known color: Jungle Green. HEX triplet: 2B, B2 and 88. RGB value is (43,178,136). Sum of RGB (Red+Green+Blue) = 43+178+136=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB288 is #D44D77. Grayscale: #848484. Windows color (decimal): -13913464 or 8958507. OLE color: 8958507.

HSL color Cylindrical-coordinate representation of color #2BB288: hue angle of 161.33º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB288 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 178 136 -
CMYK 0.76 0 0.24 0.30
HSL 161.33º 0.61% 0.43% -
HSV(B) 161.33º 0.76% 0.7% -
XYZ 21.36 34.13 28.75 -
YUV 132.85 129.77 63.92 -
System Red Green Blue C M Y K H S L
Decimal 43 178 136 0.76 0 0.24 0.30 161.33 0.61 0.43
Hex 2B B2 88 4C 0 18 1E A1 3D 2B
Octal 53 262 210 114 0 30 36 241 75 53
Binary 101011 10110010 10001000 1001100 0 11000 11110 10100001 111101 101011

Color Harmonies of #2BB288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB288

Black with #2BB288

Text Example


Text Example

White with #2BB288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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