Html Css Color HEX #248274 Elm

📋 copy color: '#248274'

red 36 ◦ green 130 ◦ blue 116

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

Shades of Elm #248274

Tints of Elm #248274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 12.77%
G = 46.1%
B = 41.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#248274 (or 0x248274) is known color: Elm. HEX triplet: 24, 82 and 74. RGB value is (36,130,116). Sum of RGB (Red+Green+Blue) = 36+130+116=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #248274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248274 is #DB7D8B. Grayscale: #646464. Windows color (decimal): -14384524 or 7635492. OLE color: 7635492.

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

Color convert

RGB 36 130 116 -
CMYK 0.72 0 0.11 0.49
HSL 171.06º 0.57% 0.33% -
HSV(B) 171.06º 0.72% 0.51% -
XYZ 11.86 17.6 19.3 -
YUV 100.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 36 130 116 0.72 0 0.11 0.49 171.06 0.57 0.33
Hex 24 82 74 48 0 B 31 AB 39 21
Octal 44 202 164 110 0 13 61 253 71 41
Binary 100100 10000010 1110100 1001000 0 1011 110001 10101011 111001 100001

Color Harmonies of #248274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248274

Black with #248274

Text Example


Text Example

White with #248274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248274; }

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

 H1.HeaderClassName
 {
   color: #248274;
 }
 .AnyTagClassName
 {
   color: #248274;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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