Html Css Color HEX #278B68 Elf Green

📋 copy color: '#278B68'

red 39 ◦ green 139 ◦ blue 104

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

Shades of Elf Green #278B68

Tints of Elf Green #278B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 13.83%
G = 49.29%
B = 36.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#278B68 (or 0x278B68) is known color: Elf Green. HEX triplet: 27, 8B and 68. RGB value is (39,139,104). Sum of RGB (Red+Green+Blue) = 39+139+104=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 139 (54.69% from 255 or 49.29% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 139 - color contains mainly: green. Hex color #278B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278B68 is #D87497. Grayscale: #696969. Windows color (decimal): -14185624 or 6851367. OLE color: 6851367.

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

Color convert

RGB 39 139 104 -
CMYK 0.72 0 0.25 0.45
HSL 159º 0.56% 0.35% -
HSV(B) 159º 0.72% 0.55% -
XYZ 12.57 19.9 16.27 -
YUV 105.11 127.37 80.85 -
System Red Green Blue C M Y K H S L
Decimal 39 139 104 0.72 0 0.25 0.45 159 0.56 0.35
Hex 27 8B 68 48 0 19 2D 9F 38 23
Octal 47 213 150 110 0 31 55 237 70 43
Binary 100111 10001011 1101000 1001000 0 11001 101101 10011111 111000 100011

Color Harmonies of #278B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278B68

Black with #278B68

Text Example


Text Example

White with #278B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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