#267870

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

Shades of Elm #267870

Tints of Elm #267870

Color information

#267870 (or 0x267870) is unknown color: approx Elm. HEX triplet: 26, 78 and 70. RGB value is (38,120,112). Sum of RGB (Red+Green+Blue) = 38+120+112=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #267870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267870 is #D9878F. Grayscale: #5E5E5E. Windows color (decimal): -14256016 or 7370790. OLE color: 7370790.

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

Color convert

RGB38120112-
CMYK0.6800.070.53
HSL174.15º51.9%30.98%-
HSV(B)174.15º68.33%47.06%-
XYZ10.4415.0117.68-
YUV94.57137.8387.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.07%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=14.07%
G=44.44%
B=41.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381201120.6800.070.53174.1551.930.98
Hex267870440735ae341f
Octal4617016010407652566437
Binary10011011110001110000100010001111101011010111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267870; }

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

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

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

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

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

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

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

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