Html Css Color HEX #268373 Elm

📋 copy color: '#268373'

red 38 ◦ green 131 ◦ blue 115

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

Shades of Elm #268373

Tints of Elm #268373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.13%

 BLUE value IS 115 (45.31% from 255) = 40.49%

R = 13.38%
G = 46.13%
B = 40.49%

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

#268373 (or 0x268373) is known color: Elm. HEX triplet: 26, 83 and 73. RGB value is (38,131,115). Sum of RGB (Red+Green+Blue) = 38+131+115=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #268373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268373 is #D97C8C. Grayscale: #656565. Windows color (decimal): -14253197 or 7570214. OLE color: 7570214.

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

Color convert

RGB 38 131 115 -
CMYK 0.71 0 0.12 0.49
HSL 169.68º 0.55% 0.33% -
HSV(B) 169.68º 0.71% 0.51% -
XYZ 12.01 17.88 19.04 -
YUV 101.37 135.69 82.8 -
System Red Green Blue C M Y K H S L
Decimal 38 131 115 0.71 0 0.12 0.49 169.68 0.55 0.33
Hex 26 83 73 47 0 C 31 AA 37 21
Octal 46 203 163 107 0 14 61 252 67 41
Binary 100110 10000011 1110011 1000111 0 1100 110001 10101010 110111 100001

Color Harmonies of #268373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268373

Black with #268373

Text Example


Text Example

White with #268373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268373; }

 p { color: rgb(38,131,115); }

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

background-color css

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

 a { background-color: rgb(38,131,115); }

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

border-color css

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

 span { border-color: rgb(38,131,115); }

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