Html Css Color HEX #248271 Elm

📋 copy color: '#248271'

red 36 ◦ green 130 ◦ blue 113

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

Shades of Elm #248271

Tints of Elm #248271

RGB

 RED value IS 36 (14.45% from 255) = 12.9%

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

 BLUE value IS 113 (44.53% from 255) = 40.5%

R = 12.9%
G = 46.59%
B = 40.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#248271 (or 0x248271) is known color: 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

RGB 36 130 113 -
CMYK 0.72 0 0.13 0.49
HSL 169.15º 0.57% 0.33% -
HSV(B) 169.15º 0.72% 0.51% -
XYZ 11.69 17.53 18.39 -
YUV 99.96 135.36 82.38 -
System Red Green Blue C M Y K H S L
Decimal 36 130 113 0.72 0 0.13 0.49 169.15 0.57 0.33
Hex 24 82 71 48 0 D 31 A9 39 21
Octal 44 202 161 110 0 15 61 251 71 41
Binary 100100 10000010 1110001 1001000 0 1101 110001 10101001 111001 100001

Color Harmonies of #248271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248271

Black with #248271

Text Example


Text Example

White with #248271

Text Example


Text Example

HTML Codes & Css Web 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>