Html Css Color HEX #267170 Elm

📋 copy color: '#267170'

red 38 ◦ green 113 ◦ blue 112

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

Shades of Elm #267170

Tints of Elm #267170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.97%

 BLUE value IS 112 (44.14% from 255) = 42.59%

R = 14.45%
G = 42.97%
B = 42.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#267170 (or 0x267170) is known color: Elm. HEX triplet: 26, 71 and 70. RGB value is (38,113,112). Sum of RGB (Red+Green+Blue) = 38+113+112=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #267170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267170 is #D98E8F. Grayscale: #5A5A5A. Windows color (decimal): -14257808 or 7368998. OLE color: 7368998.

HSL color Cylindrical-coordinate representation of color #267170: hue angle of 179.2º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #267170 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 113 112 -
CMYK 0.66 0 0.01 0.56
HSL 179.2º 0.5% 0.3% -
HSV(B) 179.2º 0.66% 0.44% -
XYZ 9.63 13.39 17.41 -
YUV 90.46 140.15 90.58 -
System Red Green Blue C M Y K H S L
Decimal 38 113 112 0.66 0 0.01 0.56 179.2 0.5 0.3
Hex 26 71 70 42 0 1 38 B3 32 1E
Octal 46 161 160 102 0 1 70 263 62 36
Binary 100110 1110001 1110000 1000010 0 1 111000 10110011 110010 11110

Color Harmonies of #267170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267170

Black with #267170

Text Example


Text Example

White with #267170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267170; }

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

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

background-color css

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

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

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

border-color css

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

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

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