Html Css Color HEX #287572 Elm

📋 copy color: '#287572'

red 40 ◦ green 117 ◦ blue 114

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

Shades of Elm #287572

Tints of Elm #287572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.07%

R = 14.76%
G = 43.17%
B = 42.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#287572 (or 0x287572) is known color: Elm. HEX triplet: 28, 75 and 72. RGB value is (40,117,114). Sum of RGB (Red+Green+Blue) = 40+117+114=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #287572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287572 is #D78A8D. Grayscale: #5D5D5D. Windows color (decimal): -14125710 or 7501096. OLE color: 7501096.

HSL color Cylindrical-coordinate representation of color #287572: hue angle of 177.66º 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 #287572 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 117 114 -
CMYK 0.66 0 0.03 0.54
HSL 177.66º 0.49% 0.31% -
HSV(B) 177.66º 0.66% 0.46% -
XYZ 10.27 14.39 18.16 -
YUV 93.64 139.49 89.74 -
System Red Green Blue C M Y K H S L
Decimal 40 117 114 0.66 0 0.03 0.54 177.66 0.49 0.31
Hex 28 75 72 42 0 3 36 B2 31 1F
Octal 50 165 162 102 0 3 66 262 61 37
Binary 101000 1110101 1110010 1000010 0 11 110110 10110010 110001 11111

Color Harmonies of #287572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287572

Black with #287572

Text Example


Text Example

White with #287572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287572; }

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

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

background-color css

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

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

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

border-color css

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

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

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