Html Css Color HEX #2FAE85 Jungle Green

📋 copy color: '#2FAE85'

red 47 ◦ green 174 ◦ blue 133

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

Shades of Jungle Green #2FAE85

Tints of Jungle Green #2FAE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.57%

R = 13.28%
G = 49.15%
B = 37.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#2FAE85 (or 0x2FAE85) is known color: Jungle Green. HEX triplet: 2F, AE and 85. RGB value is (47,174,133). Sum of RGB (Red+Green+Blue) = 47+174+133=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 174 (68.36% from 255 or 49.15% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAE85 is #D0517A. Grayscale: #838383. Windows color (decimal): -13652347 or 8760879. OLE color: 8760879.

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

Color convert

RGB 47 174 133 -
CMYK 0.73 0 0.24 0.32
HSL 160.63º 0.57% 0.43% -
HSV(B) 160.63º 0.73% 0.68% -
XYZ 20.54 32.57 27.39 -
YUV 131.35 128.92 67.83 -
System Red Green Blue C M Y K H S L
Decimal 47 174 133 0.73 0 0.24 0.32 160.63 0.57 0.43
Hex 2F AE 85 49 0 18 20 A1 39 2B
Octal 57 256 205 111 0 30 40 241 71 53
Binary 101111 10101110 10000101 1001001 0 11000 100000 10100001 111001 101011

Color Harmonies of #2FAE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAE85

Black with #2FAE85

Text Example


Text Example

White with #2FAE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,174,133); }

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

background-color css

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

 a { background-color: rgb(47,174,133); }

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

border-color css

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

 span { border-color: rgb(47,174,133); }

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