Html Css Color HEX #248278 Elm

📋 copy color: '#248278'

red 36 ◦ green 130 ◦ blue 120

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

Shades of Elm #248278

Tints of Elm #248278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.96%

R = 12.59%
G = 45.45%
B = 41.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#248278 (or 0x248278) is known color: Elm. HEX triplet: 24, 82 and 78. RGB value is (36,130,120). Sum of RGB (Red+Green+Blue) = 36+130+120=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #248278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248278 is #DB7D87. Grayscale: #646464. Windows color (decimal): -14384520 or 7897636. OLE color: 7897636.

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

Color convert

RGB 36 130 120 -
CMYK 0.72 0 0.08 0.49
HSL 173.62º 0.57% 0.33% -
HSV(B) 173.62º 0.72% 0.51% -
XYZ 12.1 17.7 20.55 -
YUV 100.75 138.86 81.81 -
System Red Green Blue C M Y K H S L
Decimal 36 130 120 0.72 0 0.08 0.49 173.62 0.57 0.33
Hex 24 82 78 48 0 8 31 AE 39 21
Octal 44 202 170 110 0 10 61 256 71 41
Binary 100100 10000010 1111000 1001000 0 1000 110001 10101110 111001 100001

Color Harmonies of #248278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248278

Black with #248278

Text Example


Text Example

White with #248278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248278; }

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

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

background-color css

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

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

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

border-color css

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

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

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