Html Css Color HEX #248B69 Elf Green

📋 copy color: '#248B69'

red 36 ◦ green 139 ◦ blue 105

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

Shades of Elf Green #248B69

Tints of Elf Green #248B69

RGB

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

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

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

R = 12.86%
G = 49.64%
B = 37.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#248B69 (or 0x248B69) is known color: Elf Green. HEX triplet: 24, 8B and 69. RGB value is (36,139,105). Sum of RGB (Red+Green+Blue) = 36+139+105=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #248B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B69 is #DB7496. Grayscale: #686868. Windows color (decimal): -14382231 or 6916900. OLE color: 6916900.

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

Color convert

RGB 36 139 105 -
CMYK 0.74 0 0.24 0.45
HSL 160.19º 0.59% 0.34% -
HSV(B) 160.19º 0.74% 0.55% -
XYZ 12.51 19.86 16.54 -
YUV 104.33 128.38 79.26 -
System Red Green Blue C M Y K H S L
Decimal 36 139 105 0.74 0 0.24 0.45 160.19 0.59 0.34
Hex 24 8B 69 4A 0 18 2D A0 3B 22
Octal 44 213 151 112 0 30 55 240 73 42
Binary 100100 10001011 1101001 1001010 0 11000 101101 10100000 111011 100010

Color Harmonies of #248B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248B69

Black with #248B69

Text Example


Text Example

White with #248B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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