#248272

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

Shades of Elm #248272

Tints of Elm #248272

Color information

#248272 (or 0x248272) is unknown color: approx Elm. HEX triplet: 24, 82 and 72. RGB value is (36,130,114). Sum of RGB (Red+Green+Blue) = 36+130+114=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #248272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248272 is #DB7D8D. Grayscale: #646464. Windows color (decimal): -14384526 or 7504420. OLE color: 7504420.

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

Color convert

RGB36130114-
CMYK0.7200.120.49
HSL169.79º56.63%32.55%-
HSV(B)169.79º72.31%50.98%-
XYZ11.7517.5618.69-
YUV100.07135.8682.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.86%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=12.86%
G=46.43%
B=40.71%

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
Decimal361301140.7200.120.49169.7956.6332.55
Hex248272480C31aa3921
Octal44202162110014612527141
Binary10010010000010111001010010000110011000110101010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248272; }

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

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

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

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

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

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

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

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