#248172

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

Shades of Elm #248172

Tints of Elm #248172

Color information

#248172 (or 0x248172) is unknown color: approx Elm. HEX triplet: 24, 81 and 72. RGB value is (36,129,114). Sum of RGB (Red+Green+Blue) = 36+129+114=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #248172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248172 is #DB7E8D. Grayscale: #636363. Windows color (decimal): -14384782 or 7504164. OLE color: 7504164.

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

Color convert

RGB36129114-
CMYK0.7200.120.49
HSL170.32º56.36%32.35%-
HSV(B)170.32º72.09%50.59%-
XYZ11.6217.2918.64-
YUV99.48136.1982.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.90%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=12.90%
G=46.24%
B=40.86%

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
Decimal361291140.7200.120.49170.3256.3632.35
Hex248172480C31aa3820
Octal44201162110014612527040
Binary10010010000001111001010010000110011000110101010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248172; }

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

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

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

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

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

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

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

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