Html Css Color HEX #288B78 Elm

📋 copy color: '#288B78'

red 40 ◦ green 139 ◦ blue 120

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

Shades of Elm #288B78

Tints of Elm #288B78

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.49%

 BLUE value IS 120 (47.27% from 255) = 40.13%

R = 13.38%
G = 46.49%
B = 40.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#288B78 (or 0x288B78) is known color: Elm. HEX triplet: 28, 8B and 78. RGB value is (40,139,120). Sum of RGB (Red+Green+Blue) = 40+139+120=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #288B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B78 is #D77487. Grayscale: #6B6B6B. Windows color (decimal): -14120072 or 7899944. OLE color: 7899944.

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

Color convert

RGB 40 139 120 -
CMYK 0.71 0 0.14 0.45
HSL 168.48º 0.55% 0.35% -
HSV(B) 168.48º 0.71% 0.55% -
XYZ 13.5 20.27 20.97 -
YUV 107.23 135.2 80.04 -
System Red Green Blue C M Y K H S L
Decimal 40 139 120 0.71 0 0.14 0.45 168.48 0.55 0.35
Hex 28 8B 78 47 0 E 2D A8 37 23
Octal 50 213 170 107 0 16 55 250 67 43
Binary 101000 10001011 1111000 1000111 0 1110 101101 10101000 110111 100011

Color Harmonies of #288B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288B78

Black with #288B78

Text Example


Text Example

White with #288B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288B78; }

 p { color: rgb(40,139,120); }

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

background-color css

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

 a { background-color: rgb(40,139,120); }

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

border-color css

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

 span { border-color: rgb(40,139,120); }

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