Html Css Color HEX #268171 Elm

📋 copy color: '#268171'

red 38 ◦ green 129 ◦ blue 113

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

Shades of Elm #268171

Tints of Elm #268171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.07%

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

R = 13.57%
G = 46.07%
B = 40.36%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#268171 (or 0x268171) is known color: Elm. HEX triplet: 26, 81 and 71. RGB value is (38,129,113). Sum of RGB (Red+Green+Blue) = 38+129+113=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #268171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268171 is #D97E8E. Grayscale: #636363. Windows color (decimal): -14253711 or 7438630. OLE color: 7438630.

HSL color Cylindrical-coordinate representation of color #268171: hue angle of 169.45º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268171 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 129 113 -
CMYK 0.71 0 0.12 0.49
HSL 169.45º 0.54% 0.33% -
HSV(B) 169.45º 0.71% 0.51% -
XYZ 11.63 17.3 18.35 -
YUV 99.97 135.35 83.8 -
System Red Green Blue C M Y K H S L
Decimal 38 129 113 0.71 0 0.12 0.49 169.45 0.54 0.33
Hex 26 81 71 47 0 C 31 A9 36 21
Octal 46 201 161 107 0 14 61 251 66 41
Binary 100110 10000001 1110001 1000111 0 1100 110001 10101001 110110 100001

Color Harmonies of #268171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268171

Black with #268171

Text Example


Text Example

White with #268171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268171; }

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

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

background-color css

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

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

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

border-color css

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

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

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