Html Css Color HEX #268066 Elf Green

📋 copy color: '#268066'

red 38 ◦ green 128 ◦ blue 102

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

Shades of Elf Green #268066

Tints of Elf Green #268066

RGB

 RED value IS 38 (15.23% from 255) = 14.18%

 GREEN value IS 128 (50.39% from 255) = 47.76%

 BLUE value IS 102 (40.23% from 255) = 38.06%

R = 14.18%
G = 47.76%
B = 38.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#268066 (or 0x268066) is known color: Elf Green. HEX triplet: 26, 80 and 66. RGB value is (38,128,102). Sum of RGB (Red+Green+Blue) = 38+128+102=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #268066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268066 is #D97F99. Grayscale: #626262. Windows color (decimal): -14253978 or 6717478. OLE color: 6717478.

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

Color convert

RGB 38 128 102 -
CMYK 0.70 0 0.20 0.50
HSL 162.67º 0.54% 0.33% -
HSV(B) 162.67º 0.7% 0.5% -
XYZ 10.92 16.81 15.24 -
YUV 98.13 130.18 85.11 -
System Red Green Blue C M Y K H S L
Decimal 38 128 102 0.70 0 0.20 0.50 162.67 0.54 0.33
Hex 26 80 66 46 0 14 32 A3 36 21
Octal 46 200 146 106 0 24 62 243 66 41
Binary 100110 10000000 1100110 1000110 0 10100 110010 10100011 110110 100001

Color Harmonies of #268066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268066

Black with #268066

Text Example


Text Example

White with #268066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268066; }

 p { color: rgb(38,128,102); }

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

background-color css

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

 a { background-color: rgb(38,128,102); }

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

border-color css

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

 span { border-color: rgb(38,128,102); }

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