Html Css Color HEX #248F74 Elf Green

📋 copy color: '#248F74'

red 36 ◦ green 143 ◦ blue 116

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

Shades of Elf Green #248F74

Tints of Elf Green #248F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.47%

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

R = 12.2%
G = 48.47%
B = 39.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#248F74 (or 0x248F74) is known color: Elf Green. HEX triplet: 24, 8F and 74. RGB value is (36,143,116). Sum of RGB (Red+Green+Blue) = 36+143+116=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #248F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F74 is #DB708B. Grayscale: #6B6B6B. Windows color (decimal): -14381196 or 7638820. OLE color: 7638820.

HSL color Cylindrical-coordinate representation of color #248F74: hue angle of 164.86º 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 #248F74 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 143 116 -
CMYK 0.75 0 0.19 0.44
HSL 164.86º 0.6% 0.35% -
HSV(B) 164.86º 0.75% 0.56% -
XYZ 13.7 21.28 19.91 -
YUV 107.93 132.55 76.7 -
System Red Green Blue C M Y K H S L
Decimal 36 143 116 0.75 0 0.19 0.44 164.86 0.6 0.35
Hex 24 8F 74 4B 0 13 2C A5 3C 23
Octal 44 217 164 113 0 23 54 245 74 43
Binary 100100 10001111 1110100 1001011 0 10011 101100 10100101 111100 100011

Color Harmonies of #248F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248F74

Black with #248F74

Text Example


Text Example

White with #248F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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