Html Css Color HEX #248D62 Elf Green

📋 copy color: '#248D62'

red 36 ◦ green 141 ◦ blue 98

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

Shades of Elf Green #248D62

Tints of Elf Green #248D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.64%

R = 13.09%
G = 51.27%
B = 35.64%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#248D62 (or 0x248D62) is known color: Elf Green. HEX triplet: 24, 8D and 62. RGB value is (36,141,98). Sum of RGB (Red+Green+Blue) = 36+141+98=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #248D62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D62 is #DB729D. Grayscale: #686868. Windows color (decimal): -14381726 or 6458660. OLE color: 6458660.

HSL color Cylindrical-coordinate representation of color #248D62: hue angle of 155.43º 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 #248D62 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 141 98 -
CMYK 0.74 0 0.30 0.45
HSL 155.43º 0.59% 0.35% -
HSV(B) 155.43º 0.74% 0.55% -
XYZ 12.46 20.31 14.82 -
YUV 104.7 124.21 79 -
System Red Green Blue C M Y K H S L
Decimal 36 141 98 0.74 0 0.30 0.45 155.43 0.59 0.35
Hex 24 8D 62 4A 0 1E 2D 9B 3B 23
Octal 44 215 142 112 0 36 55 233 73 43
Binary 100100 10001101 1100010 1001010 0 11110 101101 10011011 111011 100011

Color Harmonies of #248D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D62

Black with #248D62

Text Example


Text Example

White with #248D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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