Html Css Color HEX #2BAE8A Jungle Green

📋 copy color: '#2BAE8A'

red 43 ◦ green 174 ◦ blue 138

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

Shades of Jungle Green #2BAE8A

Tints of Jungle Green #2BAE8A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.01%

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 12.11%
G = 49.01%
B = 38.87%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#2BAE8A (or 0x2BAE8A) is known color: Jungle Green. HEX triplet: 2B, AE and 8A. RGB value is (43,174,138). Sum of RGB (Red+Green+Blue) = 43+174+138=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAE8A is #D45175. Grayscale: #828282. Windows color (decimal): -13914486 or 9088555. OLE color: 9088555.

HSL color Cylindrical-coordinate representation of color #2BAE8A: hue angle of 163.51º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE8A is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 174 138 -
CMYK 0.75 0 0.21 0.32
HSL 163.51º 0.6% 0.43% -
HSV(B) 163.51º 0.75% 0.68% -
XYZ 20.72 32.62 29.25 -
YUV 130.73 132.1 65.43 -
System Red Green Blue C M Y K H S L
Decimal 43 174 138 0.75 0 0.21 0.32 163.51 0.6 0.43
Hex 2B AE 8A 4B 0 15 20 A4 3C 2B
Octal 53 256 212 113 0 25 40 244 74 53
Binary 101011 10101110 10001010 1001011 0 10101 100000 10100100 111100 101011

Color Harmonies of #2BAE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAE8A

Black with #2BAE8A

Text Example


Text Example

White with #2BAE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,174,138); }

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

background-color css

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

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

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

border-color css

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

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

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