#248271

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

Shades of Elm #248271

Tints of Elm #248271

Color information

#248271 (or 0x248271) is unknown color: approx Elm. HEX triplet: 24, 82 and 71. RGB value is (36,130,113). Sum of RGB (Red+Green+Blue) = 36+130+113=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #248271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248271 is #DB7D8E. Grayscale: #636363. Windows color (decimal): -14384527 or 7438884. OLE color: 7438884.

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

Color convert

RGB36130113-
CMYK0.7200.130.49
HSL169.15º56.63%32.55%-
HSV(B)169.15º72.31%50.98%-
XYZ11.6917.5318.39-
YUV99.96135.3682.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.90%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=12.90%
G=46.59%
B=40.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal361301130.7200.130.49169.1556.6332.55
Hex248271480D31a93921
Octal44202161110015612517141
Binary10010010000010111000110010000110111000110101001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248271; }

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

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

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

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

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

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

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

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