#2B8F7D

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

Shades of Elm #2B8F7D

Tints of Elm #2B8F7D

Color information

#2B8F7D (or 0x2B8F7D) is unknown color: approx Elm. HEX triplet: 2B, 8F and 7D. RGB value is (43,143,125). Sum of RGB (Red+Green+Blue) = 43+143+125=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8F7D is #D47082. Grayscale: #6F6F6F. Windows color (decimal): -13922435 or 8228651. OLE color: 8228651.

HSL color Cylindrical-coordinate representation of color #2B8F7D: hue angle of 169.2º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8F7D is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB43143125-
CMYK0.7000.130.44
HSL169.2º53.76%36.47%-
HSV(B)169.2º69.93%56.08%-
XYZ14.5221.6422.81-
YUV111.05135.8779.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.83%
GREEN value IS 143 (56.25% from 255) = 45.98%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=13.83%
G=45.98%
B=40.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal431431250.7000.130.44169.253.7636.47
Hex2B8F7D460D2Ca93624
Octal53217175106015542516644
Binary10101110001111111110110001100110110110010101001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,143,125); }

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

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

 a { background-color: rgb(43,143,125); }

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

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

 span { border-color: rgb(43,143,125); }

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