Html Css Color HEX #268379 Elm

📋 copy color: '#268379'

red 38 ◦ green 131 ◦ blue 121

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

Shades of Elm #268379

Tints of Elm #268379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.72%

R = 13.1%
G = 45.17%
B = 41.72%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#268379 (or 0x268379) is known color: Elm. HEX triplet: 26, 83 and 79. RGB value is (38,131,121). Sum of RGB (Red+Green+Blue) = 38+131+121=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #268379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268379 is #D97C86. Grayscale: #666666. Windows color (decimal): -14253191 or 7963430. OLE color: 7963430.

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

Color convert

RGB 38 131 121 -
CMYK 0.71 0 0.08 0.49
HSL 173.55º 0.55% 0.33% -
HSV(B) 173.55º 0.71% 0.51% -
XYZ 12.37 18.03 20.92 -
YUV 102.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 38 131 121 0.71 0 0.08 0.49 173.55 0.55 0.33
Hex 26 83 79 47 0 8 31 AE 37 21
Octal 46 203 171 107 0 10 61 256 67 41
Binary 100110 10000011 1111001 1000111 0 1000 110001 10101110 110111 100001

Color Harmonies of #268379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268379

Black with #268379

Text Example


Text Example

White with #268379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268379; }

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

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

background-color css

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

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

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

border-color css

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

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

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