#2BAF7A

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

Shades of Jungle Green #2BAF7A

Tints of Jungle Green #2BAF7A

Color information

#2BAF7A (or 0x2BAF7A) is unknown color: approx Jungle Green. HEX triplet: 2B, AF and 7A. RGB value is (43,175,122). Sum of RGB (Red+Green+Blue) = 43+175+122=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAF7A is #D45085. Grayscale: #818181. Windows color (decimal): -13914246 or 8040235. OLE color: 8040235.

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

Color convert

RGB43175122-
CMYK0.7500.300.31
HSL155.91º60.55%42.75%-
HSV(B)155.91º75.43%68.63%-
XYZ19.8432.5823.66-
YUV129.49123.7766.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.65%
GREEN value IS 175 (68.75% from 255) = 51.47%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=12.65%
G=51.47%
B=35.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431751220.7500.300.31155.9160.5542.75
Hex2BAF7A4B01E1F9c3d2b
Octal53257172113036372347553
Binary10101110101111111101010010110111101111110011100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,175,122); }

 H1.HeaderClassName
 {
   color: #2BAF7A;
 }
 .AnyTagClassName
 {
   color: #2BAF7A;
 }
</style>
background-color css

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

 a { background-color: rgb(43,175,122); }

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

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

 span { border-color: rgb(43,175,122); }

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