#2FB880

Color #2FB880 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2FB880

Tints of Jungle Green #2FB880

Color information

#2FB880 (or 0x2FB880) is unknown color: approx 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

RGB47184128-
CMYK0.7400.300.28
HSL155.47º59.31%45.29%-
HSV(B)155.47º74.46%72.16%-
XYZ22.2136.4426.29-
YUV136.65123.1164.05-

RGB Variations

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

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 (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal471841280.7400.300.28155.4759.3145.29
Hex2FB8804A01E1C9b3b2d
Octal57270200112036342337355
Binary101111101110001000000010010100111101110010011011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>