Html Css Color HEX #268276 Elm

📋 copy color: '#268276'

red 38 ◦ green 130 ◦ blue 118

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

Shades of Elm #268276

Tints of Elm #268276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.26%

R = 13.29%
G = 45.45%
B = 41.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#268276 (or 0x268276) is known color: Elm. HEX triplet: 26, 82 and 76. RGB value is (38,130,118). Sum of RGB (Red+Green+Blue) = 38+130+118=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #268276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268276 is #D97D89. Grayscale: #656565. Windows color (decimal): -14253450 or 7766566. OLE color: 7766566.

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

Color convert

RGB 38 130 118 -
CMYK 0.71 0 0.09 0.49
HSL 172.17º 0.55% 0.33% -
HSV(B) 172.17º 0.71% 0.51% -
XYZ 12.05 17.69 19.92 -
YUV 101.12 137.52 82.98 -
System Red Green Blue C M Y K H S L
Decimal 38 130 118 0.71 0 0.09 0.49 172.17 0.55 0.33
Hex 26 82 76 47 0 9 31 AC 37 21
Octal 46 202 166 107 0 11 61 254 67 41
Binary 100110 10000010 1110110 1000111 0 1001 110001 10101100 110111 100001

Color Harmonies of #268276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268276

Black with #268276

Text Example


Text Example

White with #268276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268276; }

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

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

background-color css

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

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

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

border-color css

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

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

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