Html Css Color HEX #2FB880 Jungle Green

📋 copy color: '#2FB880'

red 47 ◦ green 184 ◦ blue 128

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

Shades of Jungle Green #2FB880

Tints of Jungle Green #2FB880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.25%

 BLUE value IS 128 (50.39% from 255) = 35.65%

R = 13.09%
G = 51.25%
B = 35.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#2FB880 (or 0x2FB880) is known color: Jungle Green. HEX triplet: 2F, B8 and 80. RGB value is (47,184,128). Sum of RGB (Red+Green+Blue) = 47+184+128=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB880 is #D0477F. Grayscale: #888888. Windows color (decimal): -13649792 or 8435759. OLE color: 8435759.

HSL color Cylindrical-coordinate representation of color #2FB880: hue angle of 155.47º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB880 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 47 184 128 -
CMYK 0.74 0 0.30 0.28
HSL 155.47º 0.59% 0.45% -
HSV(B) 155.47º 0.74% 0.72% -
XYZ 22.21 36.44 26.29 -
YUV 136.65 123.11 64.05 -
System Red Green Blue C M Y K H S L
Decimal 47 184 128 0.74 0 0.30 0.28 155.47 0.59 0.45
Hex 2F B8 80 4A 0 1E 1C 9B 3B 2D
Octal 57 270 200 112 0 36 34 233 73 55
Binary 101111 10111000 10000000 1001010 0 11110 11100 10011011 111011 101101

Color Harmonies of #2FB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB880

Black with #2FB880

Text Example


Text Example

White with #2FB880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,184,128); }

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

background-color css

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

 a { background-color: rgb(47,184,128); }

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

border-color css

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

 span { border-color: rgb(47,184,128); }

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