Html Css Color HEX #248B6E Elf Green

📋 copy color: '#248B6E'

red 36 ◦ green 139 ◦ blue 110

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

Shades of Elf Green #248B6E

Tints of Elf Green #248B6E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.77%

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 12.63%
G = 48.77%
B = 38.6%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#248B6E (or 0x248B6E) is known color: Elf Green. HEX triplet: 24, 8B and 6E. RGB value is (36,139,110). Sum of RGB (Red+Green+Blue) = 36+139+110=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #248B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B6E is #DB7491. Grayscale: #686868. Windows color (decimal): -14382226 or 7244580. OLE color: 7244580.

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

Color convert

RGB 36 139 110 -
CMYK 0.74 0 0.21 0.45
HSL 163.11º 0.59% 0.34% -
HSV(B) 163.11º 0.74% 0.55% -
XYZ 12.77 19.97 17.93 -
YUV 104.9 130.88 78.86 -
System Red Green Blue C M Y K H S L
Decimal 36 139 110 0.74 0 0.21 0.45 163.11 0.59 0.34
Hex 24 8B 6E 4A 0 15 2D A3 3B 22
Octal 44 213 156 112 0 25 55 243 73 42
Binary 100100 10001011 1101110 1001010 0 10101 101101 10100011 111011 100010

Color Harmonies of #248B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248B6E

Black with #248B6E

Text Example


Text Example

White with #248B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,139,110); }

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

background-color css

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

 a { background-color: rgb(36,139,110); }

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

border-color css

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

 span { border-color: rgb(36,139,110); }

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