Html Css Color HEX #288983 Elm

📋 copy color: '#288983'

red 40 ◦ green 137 ◦ blue 131

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

Shades of Elm #288983

Tints of Elm #288983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.48%

 BLUE value IS 131 (51.56% from 255) = 42.53%

R = 12.99%
G = 44.48%
B = 42.53%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#288983 (or 0x288983) is known color: Elm. HEX triplet: 28, 89 and 83. RGB value is (40,137,131). Sum of RGB (Red+Green+Blue) = 40+137+131=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #288983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288983 is #D7767C. Grayscale: #6B6B6B. Windows color (decimal): -14120573 or 8620328. OLE color: 8620328.

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

Color convert

RGB 40 137 131 -
CMYK 0.71 0 0.04 0.46
HSL 176.29º 0.55% 0.35% -
HSV(B) 176.29º 0.71% 0.54% -
XYZ 13.92 19.98 24.6 -
YUV 107.31 141.36 79.99 -
System Red Green Blue C M Y K H S L
Decimal 40 137 131 0.71 0 0.04 0.46 176.29 0.55 0.35
Hex 28 89 83 47 0 4 2E B0 37 23
Octal 50 211 203 107 0 4 56 260 67 43
Binary 101000 10001001 10000011 1000111 0 100 101110 10110000 110111 100011

Color Harmonies of #288983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288983

Black with #288983

Text Example


Text Example

White with #288983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288983; }

 p { color: rgb(40,137,131); }

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

background-color css

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

 a { background-color: rgb(40,137,131); }

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

border-color css

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

 span { border-color: rgb(40,137,131); }

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