Html Css Color HEX #278C7D Elm

📋 copy color: '#278C7D'

red 39 ◦ green 140 ◦ blue 125

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

Shades of Elm #278C7D

Tints of Elm #278C7D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.05%

 BLUE value IS 125 (49.22% from 255) = 41.12%

R = 12.83%
G = 46.05%
B = 41.12%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#278C7D (or 0x278C7D) is known color: Elm. HEX triplet: 27, 8C and 7D. RGB value is (39,140,125). Sum of RGB (Red+Green+Blue) = 39+140+125=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 140 - color contains mainly: green. Hex color #278C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278C7D is #D87382. Grayscale: #6C6C6C. Windows color (decimal): -14185347 or 8227879. OLE color: 8227879.

HSL color Cylindrical-coordinate representation of color #278C7D: hue angle of 171.09º 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 #278C7D is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 140 125 -
CMYK 0.72 0 0.11 0.45
HSL 171.09º 0.56% 0.35% -
HSV(B) 171.09º 0.72% 0.55% -
XYZ 13.92 20.67 22.66 -
YUV 108.09 137.54 78.72 -
System Red Green Blue C M Y K H S L
Decimal 39 140 125 0.72 0 0.11 0.45 171.09 0.56 0.35
Hex 27 8C 7D 48 0 B 2D AB 38 23
Octal 47 214 175 110 0 13 55 253 70 43
Binary 100111 10001100 1111101 1001000 0 1011 101101 10101011 111000 100011

Color Harmonies of #278C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278C7D

Black with #278C7D

Text Example


Text Example

White with #278C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,140,125); }

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

background-color css

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

 a { background-color: rgb(39,140,125); }

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

border-color css

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

 span { border-color: rgb(39,140,125); }

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