Html Css Color HEX #268E6D Elf Green

📋 copy color: '#268E6D'

red 38 ◦ green 142 ◦ blue 109

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

Shades of Elf Green #268E6D

Tints of Elf Green #268E6D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 49.13%

 BLUE value IS 109 (42.97% from 255) = 37.72%

R = 13.15%
G = 49.13%
B = 37.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#268E6D (or 0x268E6D) is known color: Elf Green. HEX triplet: 26, 8E and 6D. RGB value is (38,142,109). Sum of RGB (Red+Green+Blue) = 38+142+109=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #268E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268E6D is #D97192. Grayscale: #6B6B6B. Windows color (decimal): -14250387 or 7179814. OLE color: 7179814.

HSL color Cylindrical-coordinate representation of color #268E6D: hue angle of 160.96º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268E6D is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 142 109 -
CMYK 0.73 0 0.23 0.44
HSL 160.96º 0.58% 0.35% -
HSV(B) 160.96º 0.73% 0.56% -
XYZ 13.23 20.86 17.8 -
YUV 107.14 129.04 78.68 -
System Red Green Blue C M Y K H S L
Decimal 38 142 109 0.73 0 0.23 0.44 160.96 0.58 0.35
Hex 26 8E 6D 49 0 17 2C A1 3A 23
Octal 46 216 155 111 0 27 54 241 72 43
Binary 100110 10001110 1101101 1001001 0 10111 101100 10100001 111010 100011

Color Harmonies of #268E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268E6D

Black with #268E6D

Text Example


Text Example

White with #268E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,142,109); }

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

background-color css

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

 a { background-color: rgb(38,142,109); }

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

border-color css

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

 span { border-color: rgb(38,142,109); }

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