Html Css Color HEX #268273 Elm

📋 copy color: '#268273'

red 38 ◦ green 130 ◦ blue 115

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

Shades of Elm #268273

Tints of Elm #268273

RGB

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

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

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

R = 13.43%
G = 45.94%
B = 40.64%

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

#268273 (or 0x268273) is known color: Elm. HEX triplet: 26, 82 and 73. RGB value is (38,130,115). Sum of RGB (Red+Green+Blue) = 38+130+115=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #268273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268273 is #D97D8C. Grayscale: #646464. Windows color (decimal): -14253453 or 7569958. OLE color: 7569958.

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

Color convert

RGB 38 130 115 -
CMYK 0.71 0 0.12 0.49
HSL 170.22º 0.55% 0.33% -
HSV(B) 170.22º 0.71% 0.51% -
XYZ 11.88 17.62 18.99 -
YUV 100.78 136.02 83.22 -
System Red Green Blue C M Y K H S L
Decimal 38 130 115 0.71 0 0.12 0.49 170.22 0.55 0.33
Hex 26 82 73 47 0 C 31 AA 37 21
Octal 46 202 163 107 0 14 61 252 67 41
Binary 100110 10000010 1110011 1000111 0 1100 110001 10101010 110111 100001

Color Harmonies of #268273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268273

Black with #268273

Text Example


Text Example

White with #268273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268273; }

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

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

background-color css

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

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

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

border-color css

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

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

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