Html Css Color HEX #267271 Elm

📋 copy color: '#267271'

red 38 ◦ green 114 ◦ blue 113

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

Shades of Elm #267271

Tints of Elm #267271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.02%

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

R = 14.34%
G = 43.02%
B = 42.64%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#267271 (or 0x267271) is known color: Elm. HEX triplet: 26, 72 and 71. RGB value is (38,114,113). Sum of RGB (Red+Green+Blue) = 38+114+113=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #267271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267271 is #D98D8E. Grayscale: #5B5B5B. Windows color (decimal): -14257551 or 7434790. OLE color: 7434790.

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

Color convert

RGB 38 114 113 -
CMYK 0.67 0 0.01 0.55
HSL 179.21º 0.5% 0.3% -
HSV(B) 179.21º 0.67% 0.45% -
XYZ 9.8 13.64 17.74 -
YUV 91.16 140.32 90.08 -
System Red Green Blue C M Y K H S L
Decimal 38 114 113 0.67 0 0.01 0.55 179.21 0.5 0.3
Hex 26 72 71 43 0 1 37 B3 32 1E
Octal 46 162 161 103 0 1 67 263 62 36
Binary 100110 1110010 1110001 1000011 0 1 110111 10110011 110010 11110

Color Harmonies of #267271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267271

Black with #267271

Text Example


Text Example

White with #267271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267271; }

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

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

background-color css

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

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

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

border-color css

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

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

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