Html Css Color HEX #268978 Elm

📋 copy color: '#268978'

red 38 ◦ green 137 ◦ blue 120

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

Shades of Elm #268978

Tints of Elm #268978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.44%

 BLUE value IS 120 (47.27% from 255) = 40.68%

R = 12.88%
G = 46.44%
B = 40.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#268978 (or 0x268978) is known color: Elm. HEX triplet: 26, 89 and 78. RGB value is (38,137,120). Sum of RGB (Red+Green+Blue) = 38+137+120=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #268978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268978 is #D97687. Grayscale: #696969. Windows color (decimal): -14251656 or 7899430. OLE color: 7899430.

HSL color Cylindrical-coordinate representation of color #268978: hue angle of 169.7º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268978 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 137 120 -
CMYK 0.72 0 0.12 0.46
HSL 169.7º 0.57% 0.34% -
HSV(B) 169.7º 0.72% 0.54% -
XYZ 13.14 19.66 20.87 -
YUV 105.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 38 137 120 0.72 0 0.12 0.46 169.7 0.57 0.34
Hex 26 89 78 48 0 C 2E AA 39 22
Octal 46 211 170 110 0 14 56 252 71 42
Binary 100110 10001001 1111000 1001000 0 1100 101110 10101010 111001 100010

Color Harmonies of #268978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268978

Black with #268978

Text Example


Text Example

White with #268978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268978; }

 p { color: rgb(38,137,120); }

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

background-color css

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

 a { background-color: rgb(38,137,120); }

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

border-color css

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

 span { border-color: rgb(38,137,120); }

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