Html Css Color HEX #248B74 Elf Green

📋 copy color: '#248B74'

red 36 ◦ green 139 ◦ blue 116

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

Shades of Elf Green #248B74

Tints of Elf Green #248B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 12.37%
G = 47.77%
B = 39.86%

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

#248B74 (or 0x248B74) is known color: Elf Green. HEX triplet: 24, 8B and 74. RGB value is (36,139,116). Sum of RGB (Red+Green+Blue) = 36+139+116=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #248B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B74 is #DB748B. Grayscale: #696969. Windows color (decimal): -14382220 or 7637796. OLE color: 7637796.

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

Color convert

RGB 36 139 116 -
CMYK 0.74 0 0.17 0.45
HSL 166.6º 0.59% 0.34% -
HSV(B) 166.6º 0.74% 0.55% -
XYZ 13.11 20.1 19.71 -
YUV 105.58 133.88 78.37 -
System Red Green Blue C M Y K H S L
Decimal 36 139 116 0.74 0 0.17 0.45 166.6 0.59 0.34
Hex 24 8B 74 4A 0 11 2D A7 3B 22
Octal 44 213 164 112 0 21 55 247 73 42
Binary 100100 10001011 1110100 1001010 0 10001 101101 10100111 111011 100010

Color Harmonies of #248B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248B74

Black with #248B74

Text Example


Text Example

White with #248B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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