Html Css Color HEX #268B6D Elf Green

📋 copy color: '#268B6D'

red 38 ◦ green 139 ◦ blue 109

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

Shades of Elf Green #268B6D

Tints of Elf Green #268B6D

RGB

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

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

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

R = 13.29%
G = 48.6%
B = 38.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#268B6D (or 0x268B6D) is known color: Elf Green. HEX triplet: 26, 8B and 6D. RGB value is (38,139,109). Sum of RGB (Red+Green+Blue) = 38+139+109=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #268B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B6D is #D97492. Grayscale: #696969. Windows color (decimal): -14251155 or 7179046. OLE color: 7179046.

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

Color convert

RGB 38 139 109 -
CMYK 0.73 0 0.22 0.45
HSL 162.18º 0.57% 0.35% -
HSV(B) 162.18º 0.73% 0.55% -
XYZ 12.79 19.98 17.65 -
YUV 105.38 130.04 79.94 -
System Red Green Blue C M Y K H S L
Decimal 38 139 109 0.73 0 0.22 0.45 162.18 0.57 0.35
Hex 26 8B 6D 49 0 16 2D A2 39 23
Octal 46 213 155 111 0 26 55 242 71 43
Binary 100110 10001011 1101101 1001001 0 10110 101101 10100010 111001 100011

Color Harmonies of #268B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268B6D

Black with #268B6D

Text Example


Text Example

White with #268B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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