Html Css Color HEX #28756F Elm

📋 copy color: '#28756F'

red 40 ◦ green 117 ◦ blue 111

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

Shades of Elm #28756F

Tints of Elm #28756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.66%

 BLUE value IS 111 (43.75% from 255) = 41.42%

R = 14.93%
G = 43.66%
B = 41.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#28756F (or 0x28756F) is known color: Elm. HEX triplet: 28, 75 and 6F. RGB value is (40,117,111). Sum of RGB (Red+Green+Blue) = 40+117+111=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #28756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28756F is #D78A90. Grayscale: #5D5D5D. Windows color (decimal): -14125713 or 7304488. OLE color: 7304488.

HSL color Cylindrical-coordinate representation of color #28756F: hue angle of 175.32º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28756F is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 117 111 -
CMYK 0.66 0 0.05 0.54
HSL 175.32º 0.49% 0.31% -
HSV(B) 175.32º 0.66% 0.46% -
XYZ 10.11 14.32 17.27 -
YUV 93.29 137.99 89.99 -
System Red Green Blue C M Y K H S L
Decimal 40 117 111 0.66 0 0.05 0.54 175.32 0.49 0.31
Hex 28 75 6F 42 0 5 36 AF 31 1F
Octal 50 165 157 102 0 5 66 257 61 37
Binary 101000 1110101 1101111 1000010 0 101 110110 10101111 110001 11111

Color Harmonies of #28756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28756F

Black with #28756F

Text Example


Text Example

White with #28756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28756F; }

 p { color: rgb(40,117,111); }

 H1.HeaderClassName
 {
   color: #28756F;
 }
 .AnyTagClassName
 {
   color: #28756F;
 }
</style>

background-color css

<style>
 a { background-color: #28756F; }

 a { background-color: rgb(40,117,111); }

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

border-color css

<style>
 span { border-color: #28756F; }

 span { border-color: rgb(40,117,111); }

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