#267971

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

Shades of Elm #267971

Tints of Elm #267971

Color information

#267971 (or 0x267971) is unknown color: approx Elm. HEX triplet: 26, 79 and 71. RGB value is (38,121,113). Sum of RGB (Red+Green+Blue) = 38+121+113=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #267971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267971 is #D9868E. Grayscale: #5F5F5F. Windows color (decimal): -14255759 or 7436582. OLE color: 7436582.

HSL color Cylindrical-coordinate representation of color #267971: hue angle of 174.22º 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 #267971 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB38121113-
CMYK0.6900.070.53
HSL174.22º52.2%31.18%-
HSV(B)174.22º68.6%47.45%-
XYZ10.6215.2818.01-
YUV95.2713887.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.97%
GREEN value IS 121 (47.66% from 255) = 44.49%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=13.97%
G=44.49%
B=41.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381211130.6900.070.53174.2252.231.18
Hex267971450735ae341f
Octal4617116110507652566437
Binary10011011110011110001100010101111101011010111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267971; }

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

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

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

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

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

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

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

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