Html Css Color HEX #2AAF88 Jungle Green

📋 copy color: '#2AAF88'

red 42 ◦ green 175 ◦ blue 136

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

Shades of Jungle Green #2AAF88

Tints of Jungle Green #2AAF88

RGB

 RED value IS 42 (16.8% from 255) = 11.9%

 GREEN value IS 175 (68.75% from 255) = 49.58%

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

R = 11.9%
G = 49.58%
B = 38.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#2AAF88 (or 0x2AAF88) is known color: Jungle Green. HEX triplet: 2A, AF and 88. RGB value is (42,175,136). Sum of RGB (Red+Green+Blue) = 42+175+136=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAF88 is #D55077. Grayscale: #828282. Windows color (decimal): -13979768 or 8957738. OLE color: 8957738.

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

Color convert

RGB 42 175 136 -
CMYK 0.76 0 0.22 0.31
HSL 162.41º 0.61% 0.43% -
HSV(B) 162.41º 0.76% 0.69% -
XYZ 20.73 32.93 28.56 -
YUV 130.79 130.94 64.67 -
System Red Green Blue C M Y K H S L
Decimal 42 175 136 0.76 0 0.22 0.31 162.41 0.61 0.43
Hex 2A AF 88 4C 0 16 1F A2 3D 2B
Octal 52 257 210 114 0 26 37 242 75 53
Binary 101010 10101111 10001000 1001100 0 10110 11111 10100010 111101 101011

Color Harmonies of #2AAF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAF88

Black with #2AAF88

Text Example


Text Example

White with #2AAF88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,175,136); }

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

background-color css

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

 a { background-color: rgb(42,175,136); }

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

border-color css

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

 span { border-color: rgb(42,175,136); }

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