Html Css Color HEX #248E62 Elf Green

📋 copy color: '#248E62'

red 36 ◦ green 142 ◦ blue 98

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

Shades of Elf Green #248E62

Tints of Elf Green #248E62

RGB

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

 GREEN value IS 142 (55.86% from 255) = 51.45%

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

R = 13.04%
G = 51.45%
B = 35.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#248E62 (or 0x248E62) is known color: Elf Green. HEX triplet: 24, 8E and 62. RGB value is (36,142,98). Sum of RGB (Red+Green+Blue) = 36+142+98=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #248E62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248E62 is #DB719D. Grayscale: #696969. Windows color (decimal): -14381470 or 6458916. OLE color: 6458916.

HSL color Cylindrical-coordinate representation of color #248E62: hue angle of 155.09º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248E62 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 142 98 -
CMYK 0.75 0 0.31 0.44
HSL 155.09º 0.6% 0.35% -
HSV(B) 155.09º 0.75% 0.56% -
XYZ 12.61 20.6 14.87 -
YUV 105.29 123.88 78.58 -
System Red Green Blue C M Y K H S L
Decimal 36 142 98 0.75 0 0.31 0.44 155.09 0.6 0.35
Hex 24 8E 62 4B 0 1F 2C 9B 3C 23
Octal 44 216 142 113 0 37 54 233 74 43
Binary 100100 10001110 1100010 1001011 0 11111 101100 10011011 111100 100011

Color Harmonies of #248E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248E62

Black with #248E62

Text Example


Text Example

White with #248E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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