Html Css Color HEX #268B74 Elf Green

📋 copy color: '#268B74'

red 38 ◦ green 139 ◦ blue 116

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

Shades of Elf Green #268B74

Tints of Elf Green #268B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.59%

R = 12.97%
G = 47.44%
B = 39.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#268B74 (or 0x268B74) is known color: Elf Green. HEX triplet: 26, 8B and 74. RGB value is (38,139,116). Sum of RGB (Red+Green+Blue) = 38+139+116=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #268B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B74 is #D9748B. Grayscale: #6A6A6A. Windows color (decimal): -14251148 or 7637798. OLE color: 7637798.

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

Color convert

RGB 38 139 116 -
CMYK 0.73 0 0.17 0.45
HSL 166.34º 0.57% 0.35% -
HSV(B) 166.34º 0.73% 0.55% -
XYZ 13.18 20.14 19.72 -
YUV 106.18 133.54 79.37 -
System Red Green Blue C M Y K H S L
Decimal 38 139 116 0.73 0 0.17 0.45 166.34 0.57 0.35
Hex 26 8B 74 49 0 11 2D A6 39 23
Octal 46 213 164 111 0 21 55 246 71 43
Binary 100110 10001011 1110100 1001001 0 10001 101101 10100110 111001 100011

Color Harmonies of #268B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268B74

Black with #268B74

Text Example


Text Example

White with #268B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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