#288b7f

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

Shades of Elm #288B7F

Tints of Elm #288B7F

Color information

#288B7F (or 0x288B7F) is unknown color: approx Elm. HEX triplet: 28, 8B and 7F. RGB value is (40,139,127). Sum of RGB (Red+Green+Blue) = 40+139+127=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #288B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B7F is #D77480. Grayscale: #6B6B6B. Windows color (decimal): -14120065 or 8358696. OLE color: 8358696.

HSL color Cylindrical-coordinate representation of color #288B7F: hue angle of 172.73º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B7F is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB40139127-
CMYK0.7100.090.45
HSL172.73º55.31%35.1%-
HSV(B)172.73º71.22%54.51%-
XYZ13.9420.4523.29-
YUV108.03138.779.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.07%
GREEN value IS 139 (54.69% from 255) = 45.42%
BLUE value IS 127 (50% from 255) = 41.50%
R=13.07%
G=45.42%
B=41.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401391270.7100.090.45172.7355.3135.1
Hex288B7F47092Dad3723
Octal50213177107011552556743
Binary10100010001011111111110001110100110110110101101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288b7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288b7f; }

 p { color: rgb(40,139,127); }

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

<style>
 a { background-color: #288b7f; }

 a { background-color: rgb(40,139,127); }

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

<style>
 span { border-color: #288b7f; }

 span { border-color: rgb(40,139,127); }

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