Html Css Color HEX #268B76 Elf Green

📋 copy color: '#268B76'

red 38 ◦ green 139 ◦ blue 118

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

Shades of Elf Green #268B76

Tints of Elf Green #268B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.12%

 BLUE value IS 118 (46.48% from 255) = 40%

R = 12.88%
G = 47.12%
B = 40%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#268B76 (or 0x268B76) is known color: Elf Green. HEX triplet: 26, 8B and 76. RGB value is (38,139,118). Sum of RGB (Red+Green+Blue) = 38+139+118=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #268B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B76 is #D97489. Grayscale: #6A6A6A. Windows color (decimal): -14251146 or 7768870. OLE color: 7768870.

HSL color Cylindrical-coordinate representation of color #268B76: hue angle of 167.52º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268B76 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 139 118 -
CMYK 0.73 0 0.15 0.45
HSL 167.52º 0.57% 0.35% -
HSV(B) 167.52º 0.73% 0.55% -
XYZ 13.3 20.19 20.33 -
YUV 106.41 134.54 79.21 -
System Red Green Blue C M Y K H S L
Decimal 38 139 118 0.73 0 0.15 0.45 167.52 0.57 0.35
Hex 26 8B 76 49 0 F 2D A8 39 23
Octal 46 213 166 111 0 17 55 250 71 43
Binary 100110 10001011 1110110 1001001 0 1111 101101 10101000 111001 100011

Color Harmonies of #268B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268B76

Black with #268B76

Text Example


Text Example

White with #268B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268B76; }

 p { color: rgb(38,139,118); }

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

background-color css

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

 a { background-color: rgb(38,139,118); }

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

border-color css

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

 span { border-color: rgb(38,139,118); }

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