Html Css Color HEX #248378 Elm

📋 copy color: '#248378'

red 36 ◦ green 131 ◦ blue 120

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

Shades of Elm #248378

Tints of Elm #248378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.64%

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

R = 12.54%
G = 45.64%
B = 41.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#248378 (or 0x248378) is known color: Elm. HEX triplet: 24, 83 and 78. RGB value is (36,131,120). Sum of RGB (Red+Green+Blue) = 36+131+120=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #248378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248378 is #DB7C87. Grayscale: #656565. Windows color (decimal): -14384264 or 7897892. OLE color: 7897892.

HSL color Cylindrical-coordinate representation of color #248378: hue angle of 173.05º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248378 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 131 120 -
CMYK 0.73 0 0.08 0.49
HSL 173.05º 0.57% 0.33% -
HSV(B) 173.05º 0.73% 0.51% -
XYZ 12.23 17.96 20.59 -
YUV 101.34 138.53 81.39 -
System Red Green Blue C M Y K H S L
Decimal 36 131 120 0.73 0 0.08 0.49 173.05 0.57 0.33
Hex 24 83 78 49 0 8 31 AD 39 21
Octal 44 203 170 111 0 10 61 255 71 41
Binary 100100 10000011 1111000 1001001 0 1000 110001 10101101 111001 100001

Color Harmonies of #248378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248378

Black with #248378

Text Example


Text Example

White with #248378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248378; }

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

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

background-color css

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

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

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

border-color css

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

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

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