Html Css Color HEX #2FAA88 Jungle Green

📋 copy color: '#2FAA88'

red 47 ◦ green 170 ◦ blue 136

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

Shades of Jungle Green #2FAA88

Tints of Jungle Green #2FAA88

RGB

 RED value IS 47 (18.75% from 255) = 13.31%

 GREEN value IS 170 (66.8% from 255) = 48.16%

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

R = 13.31%
G = 48.16%
B = 38.53%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#2FAA88 (or 0x2FAA88) is known color: Jungle Green. HEX triplet: 2F, AA and 88. RGB value is (47,170,136). Sum of RGB (Red+Green+Blue) = 47+170+136=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAA88 is #D05577. Grayscale: #818181. Windows color (decimal): -13653368 or 8956463. OLE color: 8956463.

HSL color Cylindrical-coordinate representation of color #2FAA88: hue angle of 163.41º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAA88 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 170 136 -
CMYK 0.72 0 0.20 0.33
HSL 163.41º 0.57% 0.43% -
HSV(B) 163.41º 0.72% 0.67% -
XYZ 19.99 31.13 28.25 -
YUV 129.35 131.75 69.26 -
System Red Green Blue C M Y K H S L
Decimal 47 170 136 0.72 0 0.20 0.33 163.41 0.57 0.43
Hex 2F AA 88 48 0 14 21 A3 39 2B
Octal 57 252 210 110 0 24 41 243 71 53
Binary 101111 10101010 10001000 1001000 0 10100 100001 10100011 111001 101011

Color Harmonies of #2FAA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAA88

Black with #2FAA88

Text Example


Text Example

White with #2FAA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,170,136); }

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

background-color css

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

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

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

border-color css

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

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

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