Html Css Color HEX #248D69 Elf Green

📋 copy color: '#248D69'

red 36 ◦ green 141 ◦ blue 105

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

Shades of Elf Green #248D69

Tints of Elf Green #248D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.23%

R = 12.77%
G = 50%
B = 37.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#248D69 (or 0x248D69) is known color: Elf Green. HEX triplet: 24, 8D and 69. RGB value is (36,141,105). Sum of RGB (Red+Green+Blue) = 36+141+105=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #248D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D69 is #DB7296. Grayscale: #696969. Windows color (decimal): -14381719 or 6917412. OLE color: 6917412.

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

Color convert

RGB 36 141 105 -
CMYK 0.74 0 0.26 0.45
HSL 159.43º 0.59% 0.35% -
HSV(B) 159.43º 0.74% 0.55% -
XYZ 12.8 20.44 16.64 -
YUV 105.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 36 141 105 0.74 0 0.26 0.45 159.43 0.59 0.35
Hex 24 8D 69 4A 0 1A 2D 9F 3B 23
Octal 44 215 151 112 0 32 55 237 73 43
Binary 100100 10001101 1101001 1001010 0 11010 101101 10011111 111011 100011

Color Harmonies of #248D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D69

Black with #248D69

Text Example


Text Example

White with #248D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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