#267975

Color #267975 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #267975

Tints of Elm #267975

Color information

#267975 (or 0x267975) is unknown color: approx Elm. HEX triplet: 26, 79 and 75. RGB value is (38,121,117). Sum of RGB (Red+Green+Blue) = 38+121+117=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #267975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267975 is #D9868A. Grayscale: #5F5F5F. Windows color (decimal): -14255755 or 7698726. OLE color: 7698726.

HSL color Cylindrical-coordinate representation of color #267975: hue angle of 177.11º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267975 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB38121117-
CMYK0.6900.030.53
HSL177.11º52.2%31.18%-
HSV(B)177.11º68.6%47.45%-
XYZ10.8515.3719.22-
YUV95.7314086.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.77%
GREEN value IS 121 (47.66% from 255) = 43.84%
BLUE value IS 117 (46.09% from 255) = 42.39%
R=13.77%
G=43.84%
B=42.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381211170.6900.030.53177.1152.231.18
Hex267975450335b1341f
Octal4617116510503652616437
Binary1001101111001111010110001010111101011011000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267975; }

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

 H1.HeaderClassName
 {
   color: #267975;
 }
 .AnyTagClassName
 {
   color: #267975;
 }
</style>
background-color css

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

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

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

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

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

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