#267970

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

Shades of Elm #267970

Tints of Elm #267970

Color information

#267970 (or 0x267970) is unknown color: approx Elm. HEX triplet: 26, 79 and 70. RGB value is (38,121,112). Sum of RGB (Red+Green+Blue) = 38+121+112=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #267970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267970 is #D9868F. Grayscale: #5F5F5F. Windows color (decimal): -14255760 or 7371046. OLE color: 7371046.

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

Color convert

RGB38121112-
CMYK0.6900.070.53
HSL173.49º52.2%31.18%-
HSV(B)173.49º68.6%47.45%-
XYZ10.5615.2617.72-
YUV95.16137.587.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.02%
GREEN value IS 121 (47.66% from 255) = 44.65%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=14.02%
G=44.65%
B=41.33%

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
Decimal381211120.6900.070.53173.4952.231.18
Hex267970450735ad341f
Octal4617116010507652556437
Binary10011011110011110000100010101111101011010110111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267970; }

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

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

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

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

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

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

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

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