Html Css Color HEX #278265 Elf Green

📋 copy color: '#278265'

red 39 ◦ green 130 ◦ blue 101

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

Shades of Elf Green #278265

Tints of Elf Green #278265

RGB

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

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

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

R = 14.44%
G = 48.15%
B = 37.41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#278265 (or 0x278265) is known color: Elf Green. HEX triplet: 27, 82 and 65. RGB value is (39,130,101). Sum of RGB (Red+Green+Blue) = 39+130+101=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #278265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278265 is #D87D9A. Grayscale: #636363. Windows color (decimal): -14187931 or 6652455. OLE color: 6652455.

HSL color Cylindrical-coordinate representation of color #278265: hue angle of 160.88º 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 #278265 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 130 101 -
CMYK 0.70 0 0.22 0.49
HSL 160.88º 0.54% 0.33% -
HSV(B) 160.88º 0.7% 0.51% -
XYZ 11.17 17.34 15.07 -
YUV 99.49 128.85 84.86 -
System Red Green Blue C M Y K H S L
Decimal 39 130 101 0.70 0 0.22 0.49 160.88 0.54 0.33
Hex 27 82 65 46 0 16 31 A1 36 21
Octal 47 202 145 106 0 26 61 241 66 41
Binary 100111 10000010 1100101 1000110 0 10110 110001 10100001 110110 100001

Color Harmonies of #278265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278265

Black with #278265

Text Example


Text Example

White with #278265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278265; }

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

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

background-color css

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

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

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

border-color css

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

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

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