Html Css Color HEX #278268 Elf Green

📋 copy color: '#278268'

red 39 ◦ green 130 ◦ blue 104

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

Shades of Elf Green #278268

Tints of Elf Green #278268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.62%

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

R = 14.29%
G = 47.62%
B = 38.1%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#278268 (or 0x278268) is known color: Elf Green. HEX triplet: 27, 82 and 68. RGB value is (39,130,104). Sum of RGB (Red+Green+Blue) = 39+130+104=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #278268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278268 is #D87D97. Grayscale: #636363. Windows color (decimal): -14187928 or 6849063. OLE color: 6849063.

HSL color Cylindrical-coordinate representation of color #278268: hue angle of 162.86º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278268 is Cyan = 0.70, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 130 104 -
CMYK 0.70 0 0.2 0.49
HSL 162.86º 0.54% 0.33% -
HSV(B) 162.86º 0.7% 0.51% -
XYZ 11.32 17.4 15.86 -
YUV 99.83 130.35 84.61 -
System Red Green Blue C M Y K H S L
Decimal 39 130 104 0.70 0 0.2 0.49 162.86 0.54 0.33
Hex 27 82 68 46 0 14 31 A3 36 21
Octal 47 202 150 106 0 24 61 243 66 41
Binary 100111 10000010 1101000 1000110 0 10100 110001 10100011 110110 100001

Color Harmonies of #278268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278268

Black with #278268

Text Example


Text Example

White with #278268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278268; }

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

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

background-color css

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

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

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

border-color css

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

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

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