Html Css Color HEX #288981 Elm

📋 copy color: '#288981'

red 40 ◦ green 137 ◦ blue 129

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

Shades of Elm #288981

Tints of Elm #288981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 13.07%
G = 44.77%
B = 42.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#288981 (or 0x288981) is known color: Elm. HEX triplet: 28, 89 and 81. RGB value is (40,137,129). Sum of RGB (Red+Green+Blue) = 40+137+129=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #288981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288981 is #D7767E. Grayscale: #6B6B6B. Windows color (decimal): -14120575 or 8489256. OLE color: 8489256.

HSL color Cylindrical-coordinate representation of color #288981: hue angle of 175.05º 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 #288981 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 137 129 -
CMYK 0.71 0 0.06 0.46
HSL 175.05º 0.55% 0.35% -
HSV(B) 175.05º 0.71% 0.54% -
XYZ 13.78 19.93 23.89 -
YUV 107.09 140.36 80.15 -
System Red Green Blue C M Y K H S L
Decimal 40 137 129 0.71 0 0.06 0.46 175.05 0.55 0.35
Hex 28 89 81 47 0 6 2E AF 37 23
Octal 50 211 201 107 0 6 56 257 67 43
Binary 101000 10001001 10000001 1000111 0 110 101110 10101111 110111 100011

Color Harmonies of #288981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288981

Black with #288981

Text Example


Text Example

White with #288981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288981; }

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

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

background-color css

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

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

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

border-color css

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

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

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