#2BAF7C

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

Shades of Jungle Green #2BAF7C

Tints of Jungle Green #2BAF7C

Color information

#2BAF7C (or 0x2BAF7C) is unknown color: approx Jungle Green. HEX triplet: 2B, AF and 7C. RGB value is (43,175,124). Sum of RGB (Red+Green+Blue) = 43+175+124=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAF7C is #D45083. Grayscale: #818181. Windows color (decimal): -13914244 or 8171307. OLE color: 8171307.

HSL color Cylindrical-coordinate representation of color #2BAF7C: hue angle of 156.82º 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 #2BAF7C is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB43175124-
CMYK0.7500.290.31
HSL156.82º60.55%42.75%-
HSV(B)156.82º75.43%68.63%-
XYZ19.9632.6324.31-
YUV129.72124.7766.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.57%
GREEN value IS 175 (68.75% from 255) = 51.17%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=12.57%
G=51.17%
B=36.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431751240.7500.290.31156.8260.5542.75
Hex2BAF7C4B01D1F9d3d2b
Octal53257174113035372357553
Binary10101110101111111110010010110111011111110011101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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