Html Css Color HEX #248D75 Elf Green

📋 copy color: '#248D75'

red 36 ◦ green 141 ◦ blue 117

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

Shades of Elf Green #248D75

Tints of Elf Green #248D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.96%

 BLUE value IS 117 (46.09% from 255) = 39.8%

R = 12.24%
G = 47.96%
B = 39.8%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#248D75 (or 0x248D75) is known color: Elf Green. HEX triplet: 24, 8D and 75. RGB value is (36,141,117). Sum of RGB (Red+Green+Blue) = 36+141+117=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #248D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D75 is #DB728A. Grayscale: #6A6A6A. Windows color (decimal): -14381707 or 7703844. OLE color: 7703844.

HSL color Cylindrical-coordinate representation of color #248D75: hue angle of 166.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D75 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 141 117 -
CMYK 0.74 0 0.17 0.45
HSL 166.29º 0.59% 0.35% -
HSV(B) 166.29º 0.74% 0.55% -
XYZ 13.46 20.71 20.12 -
YUV 106.87 133.71 77.45 -
System Red Green Blue C M Y K H S L
Decimal 36 141 117 0.74 0 0.17 0.45 166.29 0.59 0.35
Hex 24 8D 75 4A 0 11 2D A6 3B 23
Octal 44 215 165 112 0 21 55 246 73 43
Binary 100100 10001101 1110101 1001010 0 10001 101101 10100110 111011 100011

Color Harmonies of #248D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D75

Black with #248D75

Text Example


Text Example

White with #248D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248D75; }

 p { color: rgb(36,141,117); }

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

background-color css

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

 a { background-color: rgb(36,141,117); }

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

border-color css

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

 span { border-color: rgb(36,141,117); }

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