Html Css Color HEX #248665 Elf Green

📋 copy color: '#248665'

red 36 ◦ green 134 ◦ blue 101

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

Shades of Elf Green #248665

Tints of Elf Green #248665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.45%

 BLUE value IS 101 (39.84% from 255) = 37.27%

R = 13.28%
G = 49.45%
B = 37.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#248665 (or 0x248665) is known color: Elf Green. HEX triplet: 24, 86 and 65. RGB value is (36,134,101). Sum of RGB (Red+Green+Blue) = 36+134+101=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #248665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248665 is #DB799A. Grayscale: #646464. Windows color (decimal): -14383515 or 6653476. OLE color: 6653476.

HSL color Cylindrical-coordinate representation of color #248665: hue angle of 159.8º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248665 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 134 101 -
CMYK 0.73 0 0.25 0.47
HSL 159.8º 0.58% 0.33% -
HSV(B) 159.8º 0.73% 0.53% -
XYZ 11.6 18.36 15.25 -
YUV 100.94 128.03 81.68 -
System Red Green Blue C M Y K H S L
Decimal 36 134 101 0.73 0 0.25 0.47 159.8 0.58 0.33
Hex 24 86 65 49 0 19 2F A0 3A 21
Octal 44 206 145 111 0 31 57 240 72 41
Binary 100100 10000110 1100101 1001001 0 11001 101111 10100000 111010 100001

Color Harmonies of #248665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248665

Black with #248665

Text Example


Text Example

White with #248665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248665; }

 p { color: rgb(36,134,101); }

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

background-color css

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

 a { background-color: rgb(36,134,101); }

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

border-color css

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

 span { border-color: rgb(36,134,101); }

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