Html Css Color HEX #268178 Elm

📋 copy color: '#268178'

red 38 ◦ green 129 ◦ blue 120

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

Shades of Elm #268178

Tints of Elm #268178

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.95%

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

R = 13.24%
G = 44.95%
B = 41.81%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#268178 (or 0x268178) is known color: Elm. HEX triplet: 26, 81 and 78. RGB value is (38,129,120). Sum of RGB (Red+Green+Blue) = 38+129+120=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #268178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268178 is #D97E87. Grayscale: #646464. Windows color (decimal): -14253704 or 7897382. OLE color: 7897382.

HSL color Cylindrical-coordinate representation of color #268178: hue angle of 174.07º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268178 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 129 120 -
CMYK 0.71 0 0.07 0.49
HSL 174.07º 0.54% 0.33% -
HSV(B) 174.07º 0.71% 0.51% -
XYZ 12.04 17.47 20.51 -
YUV 100.77 138.85 83.23 -
System Red Green Blue C M Y K H S L
Decimal 38 129 120 0.71 0 0.07 0.49 174.07 0.54 0.33
Hex 26 81 78 47 0 7 31 AE 36 21
Octal 46 201 170 107 0 7 61 256 66 41
Binary 100110 10000001 1111000 1000111 0 111 110001 10101110 110110 100001

Color Harmonies of #268178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268178

Black with #268178

Text Example


Text Example

White with #268178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268178; }

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

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

background-color css

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

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

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

border-color css

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

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

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