Html Css Color HEX #267670 Elm

📋 copy color: '#267670'

red 38 ◦ green 118 ◦ blue 112

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

Shades of Elm #267670

Tints of Elm #267670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.03%

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

R = 14.18%
G = 44.03%
B = 41.79%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#267670 (or 0x267670) is known color: Elm. HEX triplet: 26, 76 and 70. RGB value is (38,118,112). Sum of RGB (Red+Green+Blue) = 38+118+112=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #267670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267670 is #D9898F. Grayscale: #5D5D5D. Windows color (decimal): -14256528 or 7370278. OLE color: 7370278.

HSL color Cylindrical-coordinate representation of color #267670: hue angle of 175.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267670 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 118 112 -
CMYK 0.68 0 0.05 0.54
HSL 175.5º 0.51% 0.31% -
HSV(B) 175.5º 0.68% 0.46% -
XYZ 10.2 14.54 17.6 -
YUV 93.4 138.5 88.49 -
System Red Green Blue C M Y K H S L
Decimal 38 118 112 0.68 0 0.05 0.54 175.5 0.51 0.31
Hex 26 76 70 44 0 5 36 B0 33 1F
Octal 46 166 160 104 0 5 66 260 63 37
Binary 100110 1110110 1110000 1000100 0 101 110110 10110000 110011 11111

Color Harmonies of #267670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267670

Black with #267670

Text Example


Text Example

White with #267670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267670; }

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

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

background-color css

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

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

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

border-color css

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

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

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