Html Css Color HEX #278C65 Elf Green

📋 copy color: '#278C65'

red 39 ◦ green 140 ◦ blue 101

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

Shades of Elf Green #278C65

Tints of Elf Green #278C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.07%

R = 13.93%
G = 50%
B = 36.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#278C65 (or 0x278C65) is known color: Elf Green. HEX triplet: 27, 8C and 65. RGB value is (39,140,101). Sum of RGB (Red+Green+Blue) = 39+140+101=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #278C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278C65 is #D8739A. Grayscale: #696969. Windows color (decimal): -14185371 or 6655015. OLE color: 6655015.

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

Color convert

RGB 39 140 101 -
CMYK 0.72 0 0.28 0.45
HSL 156.83º 0.56% 0.35% -
HSV(B) 156.83º 0.72% 0.55% -
XYZ 12.56 20.13 15.53 -
YUV 105.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 39 140 101 0.72 0 0.28 0.45 156.83 0.56 0.35
Hex 27 8C 65 48 0 1C 2D 9D 38 23
Octal 47 214 145 110 0 34 55 235 70 43
Binary 100111 10001100 1100101 1001000 0 11100 101101 10011101 111000 100011

Color Harmonies of #278C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278C65

Black with #278C65

Text Example


Text Example

White with #278C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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