Html Css Color HEX #28877B Elm

📋 copy color: '#28877B'

red 40 ◦ green 135 ◦ blue 123

#28877B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #28877B

Tints of Elm #28877B

RGB

 RED value IS 40 (16.02% from 255) = 13.42%

 GREEN value IS 135 (53.13% from 255) = 45.3%

 BLUE value IS 123 (48.44% from 255) = 41.28%

R = 13.42%
G = 45.3%
B = 41.28%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#28877B (or 0x28877B) is known color: Elm. HEX triplet: 28, 87 and 7B. RGB value is (40,135,123). Sum of RGB (Red+Green+Blue) = 40+135+123=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #28877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28877B is #D77884. Grayscale: #696969. Windows color (decimal): -14121093 or 8095528. OLE color: 8095528.

HSL color Cylindrical-coordinate representation of color #28877B: hue angle of 172.42º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28877B is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 135 123 -
CMYK 0.70 0 0.09 0.47
HSL 172.42º 0.54% 0.34% -
HSV(B) 172.42º 0.7% 0.53% -
XYZ 13.11 19.21 21.76 -
YUV 105.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 40 135 123 0.70 0 0.09 0.47 172.42 0.54 0.34
Hex 28 87 7B 46 0 9 2F AC 36 22
Octal 50 207 173 106 0 11 57 254 66 42
Binary 101000 10000111 1111011 1000110 0 1001 101111 10101100 110110 100010

Color Harmonies of #28877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28877B

Black with #28877B

Text Example


Text Example

White with #28877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28877B; }

 p { color: rgb(40,135,123); }

 H1.HeaderClassName
 {
   color: #28877B;
 }
 .AnyTagClassName
 {
   color: #28877B;
 }
</style>

background-color css

<style>
 a { background-color: #28877B; }

 a { background-color: rgb(40,135,123); }

 div.DivClassName
 {
   background-color: #28877B;
 }
 .BgClassName
 {
   background-color: #28877B;
 }
</style>

border-color css

<style>
 span { border-color: #28877B; }

 span { border-color: rgb(40,135,123); }

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