Html Css Color HEX #268071 Elm

📋 copy color: '#268071'

red 38 ◦ green 128 ◦ blue 113

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

Shades of Elm #268071

Tints of Elm #268071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.88%

 BLUE value IS 113 (44.53% from 255) = 40.5%

R = 13.62%
G = 45.88%
B = 40.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#268071 (or 0x268071) is known color: Elm. HEX triplet: 26, 80 and 71. RGB value is (38,128,113). Sum of RGB (Red+Green+Blue) = 38+128+113=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #268071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268071 is #D97F8E. Grayscale: #636363. Windows color (decimal): -14253967 or 7438374. OLE color: 7438374.

HSL color Cylindrical-coordinate representation of color #268071: hue angle of 170º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #268071 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 128 113 -
CMYK 0.70 0 0.12 0.50
HSL 170º 0.54% 0.33% -
HSV(B) 170º 0.7% 0.5% -
XYZ 11.5 17.04 18.31 -
YUV 99.38 135.68 84.22 -
System Red Green Blue C M Y K H S L
Decimal 38 128 113 0.70 0 0.12 0.50 170 0.54 0.33
Hex 26 80 71 46 0 C 32 AA 36 21
Octal 46 200 161 106 0 14 62 252 66 41
Binary 100110 10000000 1110001 1000110 0 1100 110010 10101010 110110 100001

Color Harmonies of #268071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268071

Black with #268071

Text Example


Text Example

White with #268071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268071; }

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

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

background-color css

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

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

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

border-color css

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

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

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