Html Css Color HEX #278C70 Elf Green

📋 copy color: '#278C70'

red 39 ◦ green 140 ◦ blue 112

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

Shades of Elf Green #278C70

Tints of Elf Green #278C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 13.4%
G = 48.11%
B = 38.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#278C70 (or 0x278C70) is known color: Elf Green. HEX triplet: 27, 8C and 70. RGB value is (39,140,112). Sum of RGB (Red+Green+Blue) = 39+140+112=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 140 - color contains mainly: green. Hex color #278C70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278C70 is #D8738F. Grayscale: #6A6A6A. Windows color (decimal): -14185360 or 7375911. OLE color: 7375911.

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

Color convert

RGB 39 140 112 -
CMYK 0.72 0 0.20 0.45
HSL 163.37º 0.56% 0.35% -
HSV(B) 163.37º 0.72% 0.55% -
XYZ 13.14 20.36 18.57 -
YUV 106.61 131.04 79.78 -
System Red Green Blue C M Y K H S L
Decimal 39 140 112 0.72 0 0.20 0.45 163.37 0.56 0.35
Hex 27 8C 70 48 0 14 2D A3 38 23
Octal 47 214 160 110 0 24 55 243 70 43
Binary 100111 10001100 1110000 1001000 0 10100 101101 10100011 111000 100011

Color Harmonies of #278C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278C70

Black with #278C70

Text Example


Text Example

White with #278C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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