Html Css Color HEX #278B83 Elm

📋 copy color: '#278B83'

red 39 ◦ green 139 ◦ blue 131

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

Shades of Elm #278B83

Tints of Elm #278B83

RGB

 RED value IS 39 (15.63% from 255) = 12.62%

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

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

R = 12.62%
G = 44.98%
B = 42.39%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#278B83 (or 0x278B83) is known color: Elm. HEX triplet: 27, 8B and 83. RGB value is (39,139,131). Sum of RGB (Red+Green+Blue) = 39+139+131=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #278B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278B83 is #D8747C. Grayscale: #6C6C6C. Windows color (decimal): -14185597 or 8620839. OLE color: 8620839.

HSL color Cylindrical-coordinate representation of color #278B83: hue angle of 175.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278B83 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 139 131 -
CMYK 0.72 0 0.06 0.45
HSL 175.2º 0.56% 0.35% -
HSV(B) 175.2º 0.72% 0.55% -
XYZ 14.17 20.54 24.69 -
YUV 108.19 140.87 78.65 -
System Red Green Blue C M Y K H S L
Decimal 39 139 131 0.72 0 0.06 0.45 175.2 0.56 0.35
Hex 27 8B 83 48 0 6 2D AF 38 23
Octal 47 213 203 110 0 6 55 257 70 43
Binary 100111 10001011 10000011 1001000 0 110 101101 10101111 111000 100011

Color Harmonies of #278B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278B83

Black with #278B83

Text Example


Text Example

White with #278B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278B83; }

 p { color: rgb(39,139,131); }

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

background-color css

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

 a { background-color: rgb(39,139,131); }

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

border-color css

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

 span { border-color: rgb(39,139,131); }

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