Html Css Color HEX #268768 Elf Green

📋 copy color: '#268768'

red 38 ◦ green 135 ◦ blue 104

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

Shades of Elf Green #268768

Tints of Elf Green #268768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.74%

 BLUE value IS 104 (41.02% from 255) = 37.55%

R = 13.72%
G = 48.74%
B = 37.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#268768 (or 0x268768) is known color: Elf Green. HEX triplet: 26, 87 and 68. RGB value is (38,135,104). Sum of RGB (Red+Green+Blue) = 38+135+104=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #268768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268768 is #D97897. Grayscale: #666666. Windows color (decimal): -14252184 or 6850342. OLE color: 6850342.

HSL color Cylindrical-coordinate representation of color #268768: hue angle of 160.82º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268768 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 135 104 -
CMYK 0.72 0 0.23 0.47
HSL 160.82º 0.56% 0.34% -
HSV(B) 160.82º 0.72% 0.53% -
XYZ 11.96 18.74 16.08 -
YUV 102.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 38 135 104 0.72 0 0.23 0.47 160.82 0.56 0.34
Hex 26 87 68 48 0 17 2F A1 38 22
Octal 46 207 150 110 0 27 57 241 70 42
Binary 100110 10000111 1101000 1001000 0 10111 101111 10100001 111000 100010

Color Harmonies of #268768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268768

Black with #268768

Text Example


Text Example

White with #268768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268768; }

 p { color: rgb(38,135,104); }

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

background-color css

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

 a { background-color: rgb(38,135,104); }

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

border-color css

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

 span { border-color: rgb(38,135,104); }

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