Html Css Color HEX #268271 Elm

📋 copy color: '#268271'

red 38 ◦ green 130 ◦ blue 113

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

Shades of Elm #268271

Tints of Elm #268271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.26%

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

R = 13.52%
G = 46.26%
B = 40.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#268271 (or 0x268271) is known color: Elm. HEX triplet: 26, 82 and 71. RGB value is (38,130,113). Sum of RGB (Red+Green+Blue) = 38+130+113=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #268271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268271 is #D97D8E. Grayscale: #646464. Windows color (decimal): -14253455 or 7438886. OLE color: 7438886.

HSL color Cylindrical-coordinate representation of color #268271: hue angle of 168.91º degrees, saturation: 0.55, 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 #268271 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 130 113 -
CMYK 0.71 0 0.13 0.49
HSL 168.91º 0.55% 0.33% -
HSV(B) 168.91º 0.71% 0.51% -
XYZ 11.76 17.57 18.39 -
YUV 100.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 38 130 113 0.71 0 0.13 0.49 168.91 0.55 0.33
Hex 26 82 71 47 0 D 31 A9 37 21
Octal 46 202 161 107 0 15 61 251 67 41
Binary 100110 10000010 1110001 1000111 0 1101 110001 10101001 110111 100001

Color Harmonies of #268271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268271

Black with #268271

Text Example


Text Example

White with #268271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268271; }

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

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

background-color css

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

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

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

border-color css

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

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

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