#248273

Color #248273 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #248273

Tints of Elm #248273

Color information

#248273 (or 0x248273) is unknown color: approx Elm. HEX triplet: 24, 82 and 73. RGB value is (36,130,115). Sum of RGB (Red+Green+Blue) = 36+130+115=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #248273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248273 is #DB7D8C. Grayscale: #646464. Windows color (decimal): -14384525 or 7569956. OLE color: 7569956.

HSL color Cylindrical-coordinate representation of color #248273: hue angle of 170.43º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248273 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB36130115-
CMYK0.7200.120.49
HSL170.43º56.63%32.55%-
HSV(B)170.43º72.31%50.98%-
XYZ11.817.5818.99-
YUV100.18136.3682.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.81%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 115 (45.31% from 255) = 40.93%
R=12.81%
G=46.26%
B=40.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal361301150.7200.120.49170.4356.6332.55
Hex248273480C31aa3921
Octal44202163110014612527141
Binary10010010000010111001110010000110011000110101010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248273; }

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

 H1.HeaderClassName
 {
   color: #248273;
 }
 .AnyTagClassName
 {
   color: #248273;
 }
</style>
background-color css

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

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

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

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

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

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