Html Css Color HEX #28867D Elm

📋 copy color: '#28867D'

red 40 ◦ green 134 ◦ blue 125

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

Shades of Elm #28867D

Tints of Elm #28867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.82%

 BLUE value IS 125 (49.22% from 255) = 41.81%

R = 13.38%
G = 44.82%
B = 41.81%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#28867D (or 0x28867D) is known color: Elm. HEX triplet: 28, 86 and 7D. RGB value is (40,134,125). Sum of RGB (Red+Green+Blue) = 40+134+125=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #28867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28867D is #D77982. Grayscale: #686868. Windows color (decimal): -14121347 or 8226344. OLE color: 8226344.

HSL color Cylindrical-coordinate representation of color #28867D: hue angle of 174.26º 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 #28867D is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 134 125 -
CMYK 0.70 0 0.07 0.47
HSL 174.26º 0.54% 0.34% -
HSV(B) 174.26º 0.7% 0.53% -
XYZ 13.1 18.98 22.38 -
YUV 104.87 139.36 81.73 -
System Red Green Blue C M Y K H S L
Decimal 40 134 125 0.70 0 0.07 0.47 174.26 0.54 0.34
Hex 28 86 7D 46 0 7 2F AE 36 22
Octal 50 206 175 106 0 7 57 256 66 42
Binary 101000 10000110 1111101 1000110 0 111 101111 10101110 110110 100010

Color Harmonies of #28867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28867D

Black with #28867D

Text Example


Text Example

White with #28867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28867D; }

 p { color: rgb(40,134,125); }

 H1.HeaderClassName
 {
   color: #28867D;
 }
 .AnyTagClassName
 {
   color: #28867D;
 }
</style>

background-color css

<style>
 a { background-color: #28867D; }

 a { background-color: rgb(40,134,125); }

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

border-color css

<style>
 span { border-color: #28867D; }

 span { border-color: rgb(40,134,125); }

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