Html Css Color HEX #268C76 Elf Green

📋 copy color: '#268C76'

red 38 ◦ green 140 ◦ blue 118

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

Shades of Elf Green #268C76

Tints of Elf Green #268C76

RGB

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

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

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

R = 12.84%
G = 47.3%
B = 39.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#268C76 (or 0x268C76) is known color: Elf Green. HEX triplet: 26, 8C and 76. RGB value is (38,140,118). Sum of RGB (Red+Green+Blue) = 38+140+118=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #268C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268C76 is #D97389. Grayscale: #6A6A6A. Windows color (decimal): -14250890 or 7769126. OLE color: 7769126.

HSL color Cylindrical-coordinate representation of color #268C76: hue angle of 167.06º 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 #268C76 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 140 118 -
CMYK 0.73 0 0.16 0.45
HSL 167.06º 0.57% 0.35% -
HSV(B) 167.06º 0.73% 0.55% -
XYZ 13.45 20.48 20.38 -
YUV 106.99 134.21 78.79 -
System Red Green Blue C M Y K H S L
Decimal 38 140 118 0.73 0 0.16 0.45 167.06 0.57 0.35
Hex 26 8C 76 49 0 10 2D A7 39 23
Octal 46 214 166 111 0 20 55 247 71 43
Binary 100110 10001100 1110110 1001001 0 10000 101101 10100111 111001 100011

Color Harmonies of #268C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268C76

Black with #268C76

Text Example


Text Example

White with #268C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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