Html Css Color HEX #2FA275 Jungle Green

📋 copy color: '#2FA275'

red 47 ◦ green 162 ◦ blue 117

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

Shades of Jungle Green #2FA275

Tints of Jungle Green #2FA275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.69%

 BLUE value IS 117 (46.09% from 255) = 35.89%

R = 14.42%
G = 49.69%
B = 35.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#2FA275 (or 0x2FA275) is known color: Jungle Green. HEX triplet: 2F, A2 and 75. RGB value is (47,162,117). Sum of RGB (Red+Green+Blue) = 47+162+117=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA275 is #D05D8A. Grayscale: #7A7A7A. Windows color (decimal): -13655435 or 7709231. OLE color: 7709231.

HSL color Cylindrical-coordinate representation of color #2FA275: hue angle of 156.52º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA275 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 47 162 117 -
CMYK 0.71 0 0.28 0.36
HSL 156.52º 0.55% 0.41% -
HSV(B) 156.52º 0.71% 0.64% -
XYZ 17.3 27.73 21.27 -
YUV 122.49 124.9 74.16 -
System Red Green Blue C M Y K H S L
Decimal 47 162 117 0.71 0 0.28 0.36 156.52 0.55 0.41
Hex 2F A2 75 47 0 1C 24 9D 37 29
Octal 57 242 165 107 0 34 44 235 67 51
Binary 101111 10100010 1110101 1000111 0 11100 100100 10011101 110111 101001

Color Harmonies of #2FA275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA275

Black with #2FA275

Text Example


Text Example

White with #2FA275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,162,117); }

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

background-color css

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

 a { background-color: rgb(47,162,117); }

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

border-color css

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

 span { border-color: rgb(47,162,117); }

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