Html Css Color HEX #268879 Elm

📋 copy color: '#268879'

red 38 ◦ green 136 ◦ blue 121

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

Shades of Elm #268879

Tints of Elm #268879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.1%

 BLUE value IS 121 (47.66% from 255) = 41.02%

R = 12.88%
G = 46.1%
B = 41.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#268879 (or 0x268879) is known color: Elm. HEX triplet: 26, 88 and 79. RGB value is (38,136,121). Sum of RGB (Red+Green+Blue) = 38+136+121=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #268879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268879 is #D97786. Grayscale: #686868. Windows color (decimal): -14251911 or 7964710. OLE color: 7964710.

HSL color Cylindrical-coordinate representation of color #268879: hue angle of 170.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 #268879 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 136 121 -
CMYK 0.72 0 0.11 0.47
HSL 170.82º 0.56% 0.34% -
HSV(B) 170.82º 0.72% 0.53% -
XYZ 13.05 19.4 21.15 -
YUV 104.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 38 136 121 0.72 0 0.11 0.47 170.82 0.56 0.34
Hex 26 88 79 48 0 B 2F AB 38 22
Octal 46 210 171 110 0 13 57 253 70 42
Binary 100110 10001000 1111001 1001000 0 1011 101111 10101011 111000 100010

Color Harmonies of #268879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268879

Black with #268879

Text Example


Text Example

White with #268879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268879; }

 p { color: rgb(38,136,121); }

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

background-color css

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

 a { background-color: rgb(38,136,121); }

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

border-color css

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

 span { border-color: rgb(38,136,121); }

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